mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-01 03:11:44 +02:00
update pull request template
This commit is contained in:
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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.
|
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`)
|
* [ ] The new code matches the existing patterns and styles.
|
||||||
* [ ] Linting passed (`yarn run lint`). To automatically fix potential errors, try `yarn run prettier`.
|
* [ ] 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: #
|
Fixes: #
|
||||||
|
|
||||||
Reviewers: @
|
Reviewers: @
|
||||||
|
Reference in New Issue
Block a user