1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00

update pull request template

This commit is contained in:
Ian Storm Taylor 2018-05-10 19:25:18 -07:00
parent 49c84cfaec
commit 8a2368f851
2 changed files with 16 additions and 11 deletions

View File

@ -24,13 +24,18 @@ If you don't include one of these, there's a very good chance your pull request
If your change is non-trivial, please include a short description of how the new logic works, and why you decided to solve it the way you did. This is incredibly helpful so that reviewers don't have to guess based on the code.
-->
#### Checklist
#### Have you checked that...?
<!-- Please make sure your PR passes tests and respects code-formatting rules -->
<!--
Please run through this checklist for your pull request:
-->
* [ ] Tests passed (`yarn run test`)
* [ ] Linting passed (`yarn run lint`). To automatically fix potential errors, try `yarn run prettier`.
* [ ] The new code matches the existing patterns and styles.
* [ ] The tests pass with `yarn test`.
* [ ] The linter passes with `yarn lint`. (Fix errors with `yarn prettier`.)
* [ ] The relevant examples still work. (Run examples with `yarn watch`.)
### Does this fix any issues or need any specific reviewers?
Fixes: #
Reviewers: @