-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(config/pull-request-template): update content
- Loading branch information
1 parent
78334cb
commit 66a3a97
Showing
1 changed file
with
23 additions
and
12 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 |
---|---|---|
@@ -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 | --> |