Skip to content

Commit 393367d

Browse files
committed
chore: add PR template
1 parent 8b0a4c3 commit 393367d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull-request-template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Description
2+
3+
<!-- Add a description of work done here -->
4+
5+
<!-- If using GitHub issues, set the issue number to close it on merge -->
6+
Closes #ISSUE_NUMBER
7+
8+
<!-- If using external project management, link to the issue/specification -->
9+
<!-- [Issue](https://example.com/ISSUE_NUMBER) -->
10+
11+
## To Validate
12+
13+
<!-- Add steps a reviewer should follow to validate your changes -->
14+
15+
1. Make sure all PR Checks have passed
16+
2. Pull down this branch
17+
3. Run `npm start`
18+
<!-- Add additional validation steps here -->

0 commit comments

Comments
 (0)