We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0a4c3 commit 393367dCopy full SHA for 393367d
.github/pull-request-template.md
@@ -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