Skip to content

Commit

Permalink
Added a PR template to hopefully simplify the review process
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Oct 3, 2016
1 parent b3f659e commit 6f91e2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Please provide the following information:

- Link to your code repository:
- Link to the tags page with at least one [semver](http://semver.org) tag:

Also make sure you:

1. Used `"tags": true` and not `"branch": "master"` ([versioning docs](https://packagecontrol.io/docs/submitting_a_package#Step_4))
2. Ran the tests ([tests docs](https://packagecontrol.io/docs/submitting_a_package#Step_7))

0 comments on commit 6f91e2a

Please sign in to comment.