Create PULL_REQUEST_TEMPLATE.md
authorAlexander Shaposhnikov <sanchaez@reactos.org>
Tue, 17 Oct 2017 18:44:07 +0000 (21:44 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2017 18:44:07 +0000 (21:44 +0300)
This will act as a template for GitHub Pull Requests.
GitHub allows to hide this file in `.github` folder, so I did.

.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..c475bf0
--- /dev/null
@@ -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