mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Adds a "Question" link to the new issue selection (#5169)
This gives users a hint to use the GitHub "Discussions" for questions about bevy, instead of filing an issue. ## Objective > Users sometimes file unhelpful issues when asking questions about how to use Bevy. We should provide a link to the Discussion board in the list of "new Issue" options. This hopefully allows users to better find this option and reduces the number of question-issues. - fixes #5150 ## Solution - add a small config.yml that configures the link Looks like this (currently live on my local fork https://github.com/themasch/bevy/issues/new/choose): ![grafik](https://user-images.githubusercontent.com/170171/176940564-cd3a4ad1-731b-4417-95c2-3b5285120c88.png) --- ## Open questsions - I am unsure about the wording.
This commit is contained in:
parent
17e87f116f
commit
47f1944959
1 changed files with 5 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
contact_links:
|
||||
- name: Question
|
||||
url: https://github.com/bevyengine/bevy/discussions/categories/q-a
|
||||
about: Questions about how to use or contribute to Bevy belong in Github Discussions.
|
||||
You can use the search to check if someone already answered your question!
|
Loading…
Reference in a new issue