Skip to content

Commit 3e7ca08

Browse files
committed
chore: Added GitHub PR template
1 parent a36f856 commit 3e7ca08

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
3+
Happy contributing!
4+
-->
5+
6+
## Pre-flight checklist
7+
8+
- [ ] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec
9+
- [ ] **If this changes code in a published NPM package**: I have run `npm run changeset` to create a `changeset` JSON document appropriate for this change.
10+
11+
## Motivation
12+
13+
<!-- Help us understand your motivation by explaining why you decided to make this change. Does this fix a bug? Does it close an issue? -->
14+
15+
## Test Plan
16+
17+
<!-- Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. -->
18+
19+
## Related issues/PRs
20+
21+
<!-- If you haven't already, link to issues/PRs that are related to this change. This helps us develop the context and keep a rich repo history. If this PR is a continuation of a past PR's work, link to that PR. If the PR addresses part of the problem in a meta-issue, mention that issue. -->
22+

0 commit comments

Comments
 (0)