Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add PULL_REQUEST_TEMPLATE.md #47

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
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.
Loading