From 44ecd5a4cb043b2660fb861a342453c9700aa601 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 4 May 2021 15:21:29 +0200 Subject: [PATCH] chore(template): Make them less intimidating (#5569) --- .github/ISSUE_TEMPLATE/bug_report.md | 93 +++++++--------------------- pull_request_template.md | 49 ++++----------- 2 files changed, 34 insertions(+), 108 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 89d0cd999..0424dab5e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,91 +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) -## CURRENT BEHAVIOUR: - +**SOURCE:** +[//]: # (If you can, include a source that can strengthen your claim) - - - -## EXPECTED BLIZZLIKE BEHAVIOUR: - - - - - -## SOURCE: - - - - - -## STEPS TO REPRODUCE THE PROBLEM: - +**STEPS TO REPRODUCE THE PROBLEM:** +[//]: # (Describe in a detailed step-by-step order how to reproduce the issue) 1. 2. 3. -## EXTRA NOTES: - +**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) -## AC HASH/COMMIT: - - - - - -## OPERATING SYSTEM: - - - - - -## MODULES: - - - - - -## CUSTOMIZATIONS: - - - - +**CUSTOMIZATIONS:** +[//]: # (Do you have any other customizations? List them here) - +[//]: # (First of all, THANK YOU for your contribution.) ## 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?) + +- [ ] - [ ] -- [ ] - -## Target Branch(es): -- [x] Master - - - - - - - - +[//]: # (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]**.