File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments