chore(PRTemplate): Update style pull_request_template.md (#2251)

This commit is contained in:
Kargatum 2019-09-03 22:05:18 +07:00 committed by GitHub
parent b22a1fd752
commit 4fec95769e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,27 +3,22 @@
Do not forget to have a look at our Pull Request tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request
-->
<!-- WRITE A RELEVANT TITLE -->
##### CHANGES PROPOSED:
-
-
##### 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 -->
Closes
##### 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 -->
##### HOW TO TEST THE CHANGES:
<!-- We need to confirm the changes first, so try to make the work easy for testers, please:
- Which commands to use? Which NPC to teleport to?
@ -39,26 +34,19 @@ of the game can be affected by the changes, especially when doing
C++ changes on generic parts of the code.
-->
##### KNOWN ISSUES AND TODO LIST:
<!-- This is a TODO list with checkboxes to tick -->
- [ ]
- [ ]
##### Target branch(es):
Master
- [x] Master
<!-- NOTE: You no longer 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). -->
<!-- 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 -->
## How to test AzerothCore PRs