Improve the pull request template (#882)

* Improve the pull request template

My take on making the pull request template more useful

* Improvement - Which OS did you test on?

Added "which OS did you test on"
This commit is contained in:
Barbz
2018-05-23 15:53:12 +02:00
committed by GitHub
parent 00777a80ae
commit 825a62b8d3

View File

@@ -1,20 +1,53 @@
**Changes proposed:**
-
-
-
**Target branch(es):** 1.x/2.x etc.
**Issues addressed:** Closes #
**Target branch(es):**
1.x/2.x etc.
**Issues addressed:**
<!-- Just paste the link to the issue you close -->
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?
etc)-->
**How to test the changes:**
<!--
Describe how to test the issue before and after the pull request.
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? etc...
Try to make the work easy for testers, please -->
**Tests performed:** (Does it build, tested in-game, etc)
**Known issues and TODO list:**
<!-- This is a list with checkboxes -->
- [ ]
- [ ]
**NOTE** You no longer need to squash your commits, on merge we will squash it for you. (GitHub added a new feature)
<!--
/!\
/!\
**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).
/!\
/!\
-->