mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-10 17:24:02 +02:00
Add checklist for tests to PR Template (#1832)
This commit is contained in:
committed by
Ian Storm Taylor
parent
f37c3a4776
commit
2298d2dda1
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -24,6 +24,13 @@ 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
|
||||
|
||||
<!-- Please make sure your PR passes tests and respects code-formatting rules -->
|
||||
|
||||
* [ ] Tests passed (`yarn run test`)
|
||||
* [ ] Linting passed (`yarn run lint`). To automatically fix potential errors, try `yarn run prettier`.
|
||||
|
||||
Fixes: #
|
||||
|
||||
Reviewers: @
|
||||
|
Reference in New Issue
Block a user