generated from uclaacm/next-ts-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48ce9d8
commit bc8d88a
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- | ||
Tag your PR title with the components it touches along with the type of change (feat, fix, refactor) | ||
eg. feat: update internship page timeline | ||
--> | ||
|
||
## Overview | ||
Resolves #<!-- Issue Number --> | ||
|
||
Deploy Preview: <!-- Add Netlify Link --> | ||
|
||
## Changes | ||
<!-- | ||
Summarize the changes made in this PR in bullet points | ||
List any new dependencies required for them | ||
--> | ||
|
||
## Testing | ||
<!-- | ||
Detail how reviewers can test the changes including any specific commands, inputs, or conditions needed | ||
Add supporting screenshots/recordings as necessary | ||
--> | ||
|
||
## Possible Changes | ||
<!-- | ||
(If applicable) | ||
Highlight any improvements, enhancements, or additional features that could be made later | ||
Include known limitations, if any | ||
--> | ||
|
||
## Checklist | ||
- [ ] Code follows the project's style guidelines. | ||
- [ ] Documentation has been updated where necessary. | ||
- [ ] All checks pass and deploy builds with no errors. |