diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..7a775184b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +blank_issues_enabled: false +contact_links: + - name: Discuss Group Income + url: https://github.com/okTurtles/group-income/discussions + about: Use issues to report bugs or request features. Everything else goes here. + \ No newline at end of file diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 16449139f2..0000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -### Instructions - -All issues must be in problem-solution format. - -- **Bad:** _"Problem: we need feature X. Solution: make it."_ -- **Better:** _"Problem: user cannot do common tasks A or B except by using a complex workaround. Solution: make feature X."_ - -Per [C4.1](https://rfc.zeromq.org/spec:42/C4/), "seek consensus on the accuracy of your observation, and the value of solving the problem. Do not submit feature requests, ideas, suggestions, or any solutions to problems that are not explicitly documented and provable." - -Before submitting, search for existing issues and read [`Troubleshooting.md`](docs/Troubleshooting.md). - -***! Delete this line and everything above before submitting !*** - -### Problem - -*Clearly describe the problem you observe, making sure to include any necessary debug output and/or screenshots.* - -### Solution - -*Describe, in whatever detail you feel comfortable, an acceptable solution as you envision it.*