From b6dbe295129f3dfebf8c853bf42f157d8f7ae117 Mon Sep 17 00:00:00 2001 From: V Date: Sun, 16 Jul 2017 14:56:32 -0700 Subject: [PATCH] Add pull request template, tell students not to PR Students often make PRs for their feature branches (I'm guessing they see the prompt in Github when they push to their own fork, and just go for it). It mostly seems to happen in this repo (they probably know better after midterms). The pull request template will give them something to read about it. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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 00000000000..d61f683f724 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +Note to students: +----------------- + +You *don't* need to submit pull requests (PRs) for your solutions. We don't want to merge your changes! Our version stays unsolved for future students to fork. + +When you've completed the project, just submit your repo URL in Compass for evaluation.