Skip to content

Commit

Permalink
Add pull request template, tell students not to PR
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vaz authored Jul 16, 2017
1 parent 1ae92a3 commit b6dbe29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b6dbe29

Please sign in to comment.