Create PULL_REQUEST_TEMPLATE.md

This will act as a template for GitHub Pull Requests.
GitHub allows to hide this file in `.github` folder, so I did.
This commit is contained in:
Alexander Shaposhnikov 2017-10-17 21:44:07 +03:00 committed by GitHub
parent ba35d63da1
commit d385122f1e

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,13 @@
## Purpose
_Do a quick recap of your work here._
JIRA issue: [CORE-XXXX](https://jira.reactos.org/browse/CORE-XXXX)
## Proposed changes
-
-
## TODO
- [ ] Task 1
- [ ] Task 2