Skip to content

Commit

Permalink
Merge pull request #47 from uclaacm/add-pull-request-template
Browse files Browse the repository at this point in the history
feat: add PULL_REQUEST_TEMPLATE.md
  • Loading branch information
snigdha-kansal authored Jan 22, 2025
2 parents 48ce9d8 + bc8d88a commit 151d710
Showing 1 changed file with 33 additions and 0 deletions.
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.

0 comments on commit 151d710

Please sign in to comment.