From 47fad16967da5facc6c0e8978a8cdde3fe8d57dd Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Wed, 24 Mar 2021 13:49:53 -0600 Subject: [PATCH] feat(IssueTemplate/BugReport): Improve templates and add "source" field (#4959) --- .github/ISSUE_TEMPLATE/bug_report.md | 73 ++++++++++++++++------------ pull_request_template.md | 34 +++++++------ 2 files changed, 62 insertions(+), 45 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 504f64a6b..43d1ea0e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,24 +7,32 @@ assignees: '' --- - + - - - - + ##### CURRENT BEHAVIOUR: - + ##### EXPECTED BLIZZLIKE BEHAVIOUR: - + + + + + +##### SOURCE: + @@ -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: - - - ##### AC HASH/COMMIT: +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: - + + ##### MODULES: - + -##### OTHER CUSTOMIZATIONS: - @@ -84,12 +95,12 @@ Find the commit hash (unique identifier) by running "git log" on your own clone + - 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! --> - + diff --git a/pull_request_template.md b/pull_request_template.md index 3b5652e6a..4473bb8e9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,9 +1,7 @@ - ## Changes Proposed: - @@ -12,21 +10,29 @@ ## Issues Addressed: - Closes - + + + +##### SOURCE: + ## Tests Performed: -- -- - + +- +- ## How to Test the Changes: - @@ -40,10 +46,10 @@ - [x] Master - + - @@ -52,6 +58,6 @@ When a PR is ready to be tested, it will be marked as **[WAITING TO BE TESTED]**. -You can help by testing PRs and writing your feedback here in the PR's page on GitHub. Follow the instructions here: +You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here: http://www.azerothcore.org/wiki/How-to-test-a-PR