diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..d5a6d74ca2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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))