Add a pull request template (#4825)

* Add a pull request template

* Run Prettier

* Address review comments

* ’

* If
master
Jed Fox 2018-08-03 06:28:10 -04:00 committed by GitHub
parent 7d78ce68ef
commit a3ab95abe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
<!-- Please provide a brief summary of your changes: -->
<!-- Please ensure youve done all of these things (if applicable). -->
<!-- You can replace the `[ ]` with `[x]` to mark each task as done. -->
- [ ] Ive added tests to confirm my change works.
- [ ] (If changing the API or CLI) Ive documented the changes Ive made (in the `docs/` directory)
- [ ] Ive read the [contributing guidelines](https://github.com/prettier/prettier/blob/master/CONTRIBUTING.md).