prettier/.github/PULL_REQUEST_TEMPLATE.md

9 lines
478 B
Markdown
Raw Normal View History

<!-- 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).