summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-12-29 17:48:00 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-12-29 17:48:00 (GMT)
commita3f0e74a8a6dd5af4d2e8a6673ff820fe6ad4df4 (patch)
tree66cb0a3120a72b5d07258abdf03001f409d58e38 /.github
parent3bb31f0dcb59b62527f52137c946db675f08b266 (diff)
downloadSCons-a3f0e74a8a6dd5af4d2e8a6673ff820fe6ad4df4.zip
SCons-a3f0e74a8a6dd5af4d2e8a6673ff820fe6ad4df4.tar.gz
SCons-a3f0e74a8a6dd5af4d2e8a6673ff820fe6ad4df4.tar.bz2
Added github pull request template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..60ff50f
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+## Remove this paragraph
+Please have a look at our developer documentation before submitting your Pull Request.
+
+http://scons.org/guidelines.html
+
+
+## Contributor Checklist:
+
+* [ ] I have created a new test or updated the unit tests to cover the new/changed functionality.
+* [ ] I have updated `master/src/CHANGES.txt` directory (and read the `README.txt` in that directory)
+* [ ] I have updated the appropriate documentation \ No newline at end of file