summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-06-22 20:03:02 +0200
committerGitHub <noreply@github.com>2020-06-22 20:03:02 +0200
commit039fe10a9576f3821fb70a2ea5e4c9bf94b4bb61 (patch)
tree97d4484219eed47f00b297336fbc07013d04efe9 /.github/ISSUE_TEMPLATE
parentdb4b7e00fcd2a794d95a1339dba5be01bc491b25 (diff)
refactor(issue_template): Move it to Githubs "new" place (#3074)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md95
1 files changed, 95 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..dcf03f06d7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,95 @@
+---
+name: Bug report
+about: Create a report to help us improve.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!-- 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 -->
+
+
+##### CURRENT BEHAVIOUR:
+<!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ -->
+
+
+
+
+##### EXPECTED BLIZZLIKE BEHAVIOUR:
+<!-- Describe how it should be working without the bug. -->
+
+
+
+
+##### STEPS TO REPRODUCE THE PROBLEM:
+<!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence:
+ - 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
+-->
+
+1.
+2.
+3.
+
+##### EXTRA NOTES:
+<!--
+Any information that can help the developers to identify and fix the issue should be put here.
+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 appplications (e.g. CMaNGOS, TrinityCore, etc...) ?
+-->
+
+
+
+
+
+
+##### 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 -->
+
+
+
+##### OPERATING SYSTEM:
+<!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... -->
+
+
+
+##### MODULES:
+<!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) -->
+
+
+
+##### OTHER CUSTOMIZATIONS:
+<!-- Are you using any extra script?
+ - Did you apply any core patch/diff?
+ - Did you modify your database?
+ - Or do you have other customizations? If yes please specify them here.
+-->
+
+
+
+
+<!-- ------------------------- 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!
+-->
+
+
+<!-- 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/
+-->