Skip to content

Commit b29651b

Browse files
chore: create PR template
Includes a helpful checklist with reminders such as updating the changelog, which aids the release process
1 parent b859cf8 commit b29651b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Changes
2+
3+
<!--
4+
Provide a summary of what is included in this Pull Request (PR).
5+
-->
6+
7+
## Issues
8+
9+
<!--
10+
Reference any issues related to this PR.
11+
If this PR fixes any issues, [use a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
12+
when referring to the issue.
13+
-->
14+
15+
## PR Checklist
16+
17+
(~Strikethrough~ any points that are not applicable.)
18+
19+
- [ ] This comment contains a description of changes with justifications, with any relevant issues linked.
20+
- [ ] Update docs if there are any API changes.
21+
- [ ] Update `CHANGELOG.md` with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

0 commit comments

Comments
 (0)