diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-06-13 15:09:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 15:09:15 +0100 |
commit | f2c73def4b0c7fcfab521c0c54ada82a94b065c5 (patch) | |
tree | aaa733995f8e84d2069f9a380fa615ec6e92b0b5 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 4c11574e9deeb583f00e8b890f21d87f0d81d816 (diff) | |
download | minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.tar.gz minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.tar.bz2 minetest-f2c73def4b0c7fcfab521c0c54ada82a94b065c5.zip |
Update Github templates (#8593)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..ccec99bc5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +Add compact, short information about your PR for easier understanding: + +- Goal of the PR +- How does the PR work? +- Does it resolve any reported issue? +- If not a bug fix, why is this PR needed? What usecases does it solve? + +## To do + +This PR is a Work in Progress / Ready for Review. +<!-- ^ delete one --> + +- [ ] List +- [ ] Things +- [ ] To do + +## How to test + +<!-- Example code or instructions --> |