Skip to content

Commit 9934f9c

Browse files
authored
chore: create pull request template (#426)
* chore: create pull request template * run prettier * Capitalize first letter of third list item
1 parent a1b1aa9 commit 9934f9c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Checks
2+
3+
- [ ] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md).
4+
- [ ] If some rule is added/updated/removed, I've regenerated the rules list.
5+
- [ ] If some rule meta info is changed, I've regenerated the plugin shared configs.
6+
7+
## Changes
8+
9+
<!-- List the changes you're making with this pull request. -->
10+
11+
-
12+
13+
## Context
14+
15+
<!--
16+
If you're fixing an issue with this pull request then use the "Fixes" keyword, like this:
17+
Fixes #123
18+
-->

0 commit comments

Comments
 (0)