diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-06-22 20:03:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 20:03:02 +0200 |
commit | 039fe10a9576f3821fb70a2ea5e4c9bf94b4bb61 (patch) | |
tree | 97d4484219eed47f00b297336fbc07013d04efe9 /issue_template.md | |
parent | db4b7e00fcd2a794d95a1339dba5be01bc491b25 (diff) |
refactor(issue_template): Move it to Githubs "new" place (#3074)
Diffstat (limited to 'issue_template.md')
-rw-r--r-- | issue_template.md | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 86cbfe6140..0000000000 --- a/issue_template.md +++ /dev/null @@ -1,91 +0,0 @@ -<!-- 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 --> - - - -##### SMALL DESCRIPTION: -<!-- Add a one line description of the bug --> - - - -##### EXPECTED BLIZZLIKE BEHAVIOUR: -<!-- Describe how it should be working without the bug. --> - - - -##### CURRENT BEHAVIOUR: -<!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> - - - -##### 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...) ? ---> - -##### BRANCH(ES): -<!-- Specify the branch(es) affected by this issue: master, 0.x, 1.x, or another branch. --> - -master - - -##### 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/ ---> |