From 367f3f53affbe40ddb4c72e121ee919ffcb29ef5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 4 May 2021 15:32:45 +0200 Subject: [PATCH] docs(template): fix comment (#5634) --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++------------ pull_request_template.md | 16 ++++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0424dab5e..11bd83499 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,40 +7,40 @@ assignees: '' --- -[//]: # (IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE) -[//]: # (You should always read how to properly fill out the bug report before continuing. https://www.azerothcore.org/wiki/issue-tracker-standards) -[//]: # (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:** -[//]: # (If this is a crash report you should post the crashlog. Upload it to https://gist.github.com/) + **EXPECTED BLIZZLIKE BEHAVIOUR:** -[//]: # (What should happen instead) + **SOURCE:** -[//]: # (If you can, include a source that can strengthen your claim) + **STEPS TO REPRODUCE THE PROBLEM:** -[//]: # (Describe in a detailed step-by-step order how to reproduce the issue) + 1. 2. 3. **EXTRA NOTES:** -[//]: # (Any extra notes that can help solve the issue) + **AC HASH/COMMIT:** -[//]: # (Always include the exact hash/commit you are using. Never write "latest"!) + **OPERATING SYSTEM:** -[//]: # (Which OS are you running) + **MODULES:** -[//]: # (Are you using any modules? List them here) + **CUSTOMIZATIONS:** -[//]: # (Do you have any other customizations? List them here) + ## Changes Proposed: - - ## Issues Addressed: -[//]: # (If your fix has a relating issue, link it below) + - Closes ## SOURCE: -[//]: # (If you can, include a source that can strengthen your claim) + ## Tests Performed: -[//]: # (Does it build without errors? Did you test in-game? What did you test? On which OS did you test? Describe any other tests performed) + - - ## How to Test the Changes: -[//]: # (Describe in a detailed step-by-step order how to test the changes) + 1. 2. 3. ## Known Issues and TODO List: -[//]: # (Is there anything else left to do after this PR?) + - [ ] - [ ] -[//]: # (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) -[//]: # (Do not remove the instructions below about testing, they will help users to test your PR) + ## How to Test AzerothCore PRs When a PR is ready to be tested, it will be marked as **[WAITING TO BE TESTED]**.