Skip to content

Commit 419d710

Browse files
feat: add PULL_REQUEST_TEMPLATE.md (#748)
1 parent d8623b3 commit 419d710

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
Tag your PR title with the components it touches along with the type of change (feat, fix, refactor)
3+
eg. feat: update internship page timeline
4+
-->
5+
6+
## Overview
7+
Resolves #<!-- Issue Number -->
8+
9+
Deploy Preview: <!-- Add Netlify Link -->
10+
11+
## Changes
12+
<!--
13+
Summarize the changes made in this PR in bullet points
14+
List any new dependencies required for them
15+
-->
16+
17+
## Testing
18+
<!--
19+
Detail how reviewers can test the changes including any specific commands, inputs, or conditions needed
20+
Add supporting screenshots/recordings as necessary
21+
-->
22+
23+
## Possible Changes
24+
<!--
25+
(If applicable)
26+
Highlight any improvements, enhancements, or additional features that could be made later
27+
Include known limitations, if any
28+
-->
29+
30+
## Checklist
31+
- [ ] Code follows the project's style guidelines.
32+
- [ ] Documentation has been updated where necessary.
33+
- [ ] All checks pass and deploy builds with no errors.

0 commit comments

Comments
 (0)