From 73b511b1a31227be972a4a7d07c694da85db81c5 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 15 Jan 2017 21:49:11 -0800 Subject: [PATCH] pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..856f9f9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +* Make sure you're using a special branch just for this pull request. (Sometimes people unknowingly update their submission branch, which updates the pull request with other changes.) +* Do NOT update the version number in the file. (This just causes conflicts.) +* Do add your name to the list of contributors. (Don't worry about the formatting.) I'll try to remember to add it if you don't, but I sometimes forget as it's an extra step. + +If you get something above wrong, don't fret it, it's not the end of the world.