diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md index 4bb24c44957739b4b5baf528405cdb4ef4b42da8..cda23b5818fc7ab7b02e66b645e5b2f013c2e340 100644 --- a/.gitlab/issue_templates/bug_report.md +++ b/.gitlab/issue_templates/bug_report.md @@ -1,16 +1,12 @@ +/label ~Bug + ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> -<!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!-- If describing a bug, tell us what happens instead of the expected behavior. Provide a Screenshots if possible. --> -<!-- If suggesting a change/improvement, explain the difference from current behavior --> - -## Possible Solution -<!-- Not obligatory, but suggest a fix/reason for the bug, --> -<!-- or ideas how to implement the addition or change --> -## Steps to Reproduce (for bugs) +## Steps to Reproduce <!-- Provide an unambiguous sequence of steps to reproduce the bug. --> 1. 2. diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 0000000000000000000000000000000000000000..78bbe763a7f87a49171f669b211cf3780e2044f9 --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,23 @@ +/label ~Feature + +### Is your proposal related to a problem? +<!-- + Provide a clear and concise description of what the problem is. + For example, "I'm always frustrated when..." +--> + +### Describe the solution you'd like +<!-- + Provide a clear and concise description of what you want to happen. +--> + +### Describe alternatives you've considered +<!-- + Let us know about other solutions you've tried or researched. +--> + +### Additional context +<!-- + Is there anything else you can add about the proposal? + You might want to link to related issues here, if you haven't already. +--> diff --git a/.gitlab/issue_templates/player_question.md b/.gitlab/issue_templates/player_question.md new file mode 100644 index 0000000000000000000000000000000000000000..cc830176bf764002004067f1dbb6d64ca5d39cac --- /dev/null +++ b/.gitlab/issue_templates/player_question.md @@ -0,0 +1,3 @@ +/label ~Question + +<!-- Make sure to read the ingame encyclopedia before asking your question -->