From 7bb64aa86784be49c6cef202009434b7264f1d39 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 15 Jan 2017 21:51:47 -0800 Subject: [PATCH] pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cf4b4c3..2b10daa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ * Delete this list before clicking CREATE PULL REQUEST -* 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.) +* Make sure you're using a special branch just for this pull request. (Sometimes people unknowingly use a default branch, then later update that branch, which updates the pull request with the other changes if it hasn't been merged yet.) * 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.