Add a pull request template
authorFraser Waters <frassle@gmail.com>
Mon, 7 Aug 2017 13:20:11 +0000 (14:20 +0100)
committerFraser Waters <frassle@gmail.com>
Sun, 27 Aug 2017 08:25:42 +0000 (09:25 +0100)
Based on one from ArasP:
http://aras-p.info/blog/2017/05/07/Users-POV-and-Empathy/

.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..8a22bbc
--- /dev/null
@@ -0,0 +1,16 @@
+### Purpose of this PR
+
+* Description of feature/change.
+* Which part of OpenTK does this affect (Math, OpenGL, Platform, Input, etc).
+* Links to screenshots, design docs, user docs, etc.
+
+### Testing status
+
+* Explanation of what’s tested, how tested and existing or new automation tests.
+* Can include manual testing by self.
+* Specify test plans.
+* Rarely acceptable to have no testing.
+
+### Comments
+
+* Any other comments to help understand the change.