diff options
author | Silker <61223313+Si1ker@users.noreply.github.com> | 2021-03-24 13:49:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 13:49:53 -0600 |
commit | 47fad16967da5facc6c0e8978a8cdde3fe8d57dd (patch) | |
tree | 4f15fd8d11e5fb4938cc647c0a6287bc39f37fc2 /.github/ISSUE_TEMPLATE | |
parent | c4c06a7734f5bae451b2f51ba1089b552d93fa55 (diff) |
feat(IssueTemplate/BugReport): Improve templates and add "source" field (#4959)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 73 |
1 files changed, 42 insertions, 31 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 504f64a6b7..43d1ea0e77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,24 +7,32 @@ assignees: '' --- -<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> +<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE --> -<!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. - If this is a crash report, upload the crashlog on https://gist.github.com/ - For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> - - -<!-- WRITE A RELEVANT TITLE --> +<!-- This template is for problem reports. If this is a crash report, upload the crash log on https://gist.github.com/ + For issues containing a fix, please create a Pull Request following this tutorial: https://www.azerothcore.org/wiki/How-to-create-a-PR --> ##### CURRENT BEHAVIOUR: -<!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> +<!-- Describe the bug or issue in detail, if it includes any quest/spell/item/NPC/object from the game, please use database links from https://wowgaming.altervista.org/aowow/ +--> ##### EXPECTED BLIZZLIKE BEHAVIOUR: -<!-- Describe how it should be working without the bug. --> +<!-- Describe how it should be working without the bug/issue +--> + + + + +##### SOURCE: +<!-- If this report is linked with in-game content, please include any evidence/documentation/video or further proof in order to guarantee that the behavior described above is the correct one. + - If it is described in a guide/post or Wowhead comment, please include the link. + - Can you link a video that confirms it? + - Please share the source which states how it should work. +--> @@ -34,48 +42,51 @@ assignees: '' - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - - Other steps ---> + - Describe as much as possible how to detect or check the bug --> 1. 2. 3. ##### EXTRA NOTES: -<!-- -Any information that can help the developers to identify and fix the issue should be put here. +<!-- Please share any additional information that can help the developers to identify and fix the issue. Examples: -- was this bug always present in AzerothCore? if it was introduced after a change, please mention it -- the code line(s) that cause the issue -- does this feature work in other server applications (e.g. CMaNGOS, TrinityCore, etc...) ? +- Was this bug always present in AzerothCore? if no, from which change/commit it started? +- Is there any code line(s) causing the bug/issue? +- Does this feature work in other server applications like CMaNGOS or TrinityCore? --> - - ##### AC HASH/COMMIT: <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! NEVER WRITE "LATEST", ALWAYS PUT THE ACTUAL VALUE INSTEAD. -Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master --> +Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master +--> + ##### OPERATING SYSTEM: -<!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... --> +<!-- On which operating system the bug/issue was found? + Examples: Windows 7/10, Debian 8/9/10, Ubuntu 16/18 or macOS 10/11 + --> + ##### MODULES: -<!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) --> +<!-- Are you using modules? if yes, please list them all +--> + -##### OTHER CUSTOMIZATIONS: -<!-- Are you using any extra script? +##### CUSTOMIZATIONS: +<!-- Are you using any extra content that could affect your client/server? - Did you apply any core patch/diff? - Did you modify your database? - - Or do you have other customizations? If yes please specify them here. + - Do you have any other client/server customizations? If yes please specify them here --> @@ -84,12 +95,12 @@ Find the commit hash (unique identifier) by running "git log" on your own clone <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - - Report issues - - Improve the documentation/wiki -With your help the project can evolve much quicker! ---> + - Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR + - Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose + - Improve the documentation/wiki: https://www.azerothcore.org/wiki/home +With your help, the project can evolve much quicker! --> -<!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ ---> +<!-- NOTE +If you intend to contribute repeatedly to our project, it is a good idea to join our discord channel. +We set ranks for our contributors and give them access to special resources or knowledge: https://discord.com/invite/DasJqPba --> |