diff options
author | Silker <61223313+Si1ker@users.noreply.github.com> | 2021-03-24 13:49:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 13:49:53 -0600 |
commit | 47fad16967da5facc6c0e8978a8cdde3fe8d57dd (patch) | |
tree | 4f15fd8d11e5fb4938cc647c0a6287bc39f37fc2 /pull_request_template.md | |
parent | c4c06a7734f5bae451b2f51ba1089b552d93fa55 (diff) |
feat(IssueTemplate/BugReport): Improve templates and add "source" field (#4959)
Diffstat (limited to 'pull_request_template.md')
-rw-r--r-- | pull_request_template.md | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index 3b5652e6a0..4473bb8e91 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,9 +1,7 @@ <!-- First of all, THANK YOU for your contribution. - Please fill this template unless your PR is very simple/straightforward. - Do not forget to have a look at our Pull Request tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request + Please fill this template and do not forget to have a look at our Pull Request tutorial: https://www.azerothcore.org/wiki/How-to-create-a-PR --> -<!-- WRITE A RELEVANT TITLE --> ## Changes Proposed: - @@ -12,21 +10,29 @@ ## Issues Addressed: - Closes -<!-- If the issue doesn't exist, describe it and how to reproduce it, please. If the issue already exists, just paste the link to the issue you close, like this: Closes https://github.com/azerothcore/azerothcore-wotlk/issues/967 --> +<!-- If the issue does not exist, please describe it and how to reproduce it. If the issue already exists, just paste the link to the issue you close, like this: Closes https://github.com/azerothcore/azerothcore-wotlk/issues/967 --> + + +##### SOURCE: +<!-- If this report is linked with in-game content, please include any evidence/documentation/video or further proof in order to guarantee that the behavior described above is the correct one. + - If it is described in a guide/post or Wowhead comment, please include the link. + - Can you link a video that confirms it? + - Please share the source which states how it should work. +--> ## Tests Performed: -- -- -<!-- Does it build without errors? Did you test in-game? What did you test? Did you do all these tests on Linux, Mac or Windows? Other tests performed --> +<!-- Does it build without errors? Did you test in-game? What did you test? Did you do all these tests on Linux/Mac/Windows? Describe any other tests performed --> +- +- ## How to Test the Changes: -<!-- We need to confirm the changes first, so try to make the work easy for testers (who are not necessarily coders), please: +<!-- We need to confirm the changes are going to be working, so please describe in general and for non-developers how to test the changes: - Which commands to use? Which NPC to teleport to? - Do we need to enable debug flags on Cmake? - - Do we need to look at the console? etc... - - Other steps + - Do we need to look at the console? + - Describe any other steps --> @@ -40,10 +46,10 @@ - [x] Master -<!-- NOTE: You do not need to squash your commits, on merge we will squash them for you (when there are too many commits we merge them into one big commit for a cleaner and easy to read history). --> +<!-- NOTES: + - You do not need to squash your commits, on merge, we will squash them for you (when there are too many commits we merge them into one big commit for a cleaner and easy-to-read history). + - 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 --> -<!-- NOTE2: If you intend to contribute more than once, you should really join us on our discord channel! - The link is on our site http://azerothcore.org/ We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! --> <!-- Do not remove the instructions below about testing, they will help users to test your PR --> @@ -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 |