chore(template): Make them less intimidating (#5569)

This commit is contained in:
Kitzunu
2021-05-04 15:21:29 +02:00
committed by GitHub
parent f8b817a8fe
commit 44ecd5a4cb
2 changed files with 34 additions and 108 deletions

View File

@@ -1,60 +1,37 @@
<!-- First of all, THANK YOU for your contribution.
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
-->
[//]: # (First of all, THANK YOU for your contribution.)
## Changes Proposed:
-
-
## Issues Addressed:
[//]: # (If your fix has a relating issue, link it below)
- Closes
<!-- 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 pull request IS linked with in-game content, please include any evidence/documentation/video or further proof in order to guarantee that the proposed changes described above are the correct ones.
- 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.
- If this pull request IS NOT linked with in-game content, please leave this field as N/A
-->
[//]: # (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? Did you do all these tests on Linux/Mac/Windows? Describe any other 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:
<!-- 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?
- Describe any other steps
-->
[//]: # (Describe in a detailed step-by-step order how to test the changes)
1.
2.
3.
## Known Issues and TODO List:
<!-- This is a TODO list with checkboxes to tick -->
[//]: # (Is there anything else left to do after this PR?)
- [ ]
- [ ]
- [ ]
## Target Branch(es):
- [x] Master
<!-- 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 -->
<!-- Do not remove the instructions below about testing, they will help users to test your 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]**.