github: Add Discussions issue template

This adds an issue form geared specifically toward bug reports, and
links to GitHub discussions for feature requests and enhancements
instead, with the mindset of improving intake triage.
This commit is contained in:
Jordan Atwood
2022-04-23 13:54:06 -07:00
committed by Adam
parent 4975781bd3
commit bd1dc2d0b7
5 changed files with 84 additions and 51 deletions

View File

@@ -45,6 +45,8 @@ Before you submit your pull request consider the following guidelines:
* Search [GitHub](https://github.com/runelite/runelite/pulls) for an open or closed Pull Request
that relates to your submission. You don't want to duplicate effort.
* If adding a feature or enhancement, we recommend you first [start a discussion for
it](https://github.com/runelite/runelite/discussions) before submitting a Pull Request.
* [Fork](https://help.github.com/articles/fork-a-repo/) this repo.
* [Clone](https://help.github.com/articles/cloning-a-repository/) your copy.
```shell