github: Add a short template for pull requests.

Hopefully this will help communicate our expectations right up front
for new contributors, with a minimum of boilerplate or busywork.
This commit is contained in:
Greg Price 2018-02-14 13:38:38 -08:00
parent 2102d962a5
commit 6424b3c7b9
1 changed files with 10 additions and 0 deletions

10
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,10 @@
<!-- What's this PR for? (Just a link to an issue is fine.) -->
**Testing Plan:** <!-- How have you tested? -->
**Screenshots:** <!-- If a UI change. -->
<!-- Also be sure to make clear, coherent commits:
https://zulip.readthedocs.io/en/latest/contributing/version-control.html
-->