Skip to content

Commit

Permalink
chore(config/pull-request-template): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Dec 15, 2024
1 parent 78334cb commit 66a3a97
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# Pull Request Template
<!--- Ensure PR title matches issue title -->
<!-- For example: -->
<!-- Issue -> fix(portal/header): clicking resources button goes to sponsors page instead of resources page -->
<!-- Branch -> mfarabi/fix/157-clicking-resources-button-goes-to-sponsors-page-instead-of-resources-page -->
<!-- Pull Request -> fix(portal/header): clicking resources button goes to sponsors page instead of resources page -->

## PR Requirements Checklist
## Checklist

- [ ] Commit messages follow [guidelines](https://docs.cuhacking.ca/contribution-guidelines/conventional-commits)
- [ ] Tests added
- [ ] Tests pass
- [ ] Docs added/updated (for bug fixes/features)
- [ ] Rebased onto main
- [ ] Tested for mobile/tablet/desktop (if applicable)
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help. -->

## Screenshots (if applicable)
- [ ] I've thoroughly read the latest contribution guidelines.
- [ ] I've rebased my branch onto main prior to creating this PR.
- [ ] I've added tests to cover my changes (if applicable).
- [ ] I've verified that all new and existing tests have passed locally for mobile, tablet, and desktop screen sizes.
- [ ] My commit messages follow [guidelines](https://docs.cuhacking.ca/contribution-guidelines/conventional-commits)
- [ ] My change requires documentation updates.
- [ ] I've updated the documentation accordingly.
- [ ] My code follows existing patterns of this project and/or improves upon them.

| Before | After |
| ------------------ | ----------------- |
| Before screenshots | After screenshots |
---

<!-- ## Screenshots (if applicable) -->

<!-- | Before | After | -->
<!-- | ------------------ | ----------------- | -->
<!-- | Before screenshots | After screenshots | -->

0 comments on commit 66a3a97

Please sign in to comment.