Skip to content

Add pull request template #63

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

Merged
merged 7 commits into from
Apr 21, 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
55 changes: 55 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## 📝 Summary

<!--
Please provide a brief summary of your changes along with any relevant context.
Include any screenshots, logs, or terminal output you think would be helpful to reviewers.
-->

## 🛠️ Type of Change

<!-- Check all that apply. -->

- [ ] Bug fix (change that fixes an issue)
- [ ] New feature (change that adds functionality)
- [ ] Breaking change (bug fix or feature that is not backwards compatible)
- [ ] Documentation (DocC, API docs, markdown files, templates, etc.)
- [ ] Testing (new tests, updated tests, etc.)
- [ ] Refactoring or code formatting (no logic changes)
- [ ] CI/CD (change to automated workflows)

## 🧪 How Has This Been Tested?

<!--
Please describe the tests you've run to verify your changes.
If fixing a bug, please describe the steps to reproduce the bug.
Include any screenshots, logs, or terminal output you think would be helpful to reviewers.
-->

## 🔗 Related PRs or Issues <!-- Delete section if not applicable -->

<!--
To automatically close an issue when this PR is merged, please include one of the following:
- Fixes #<issue-number>
- Closes #<issue-number>
- Resolves #<issue-number>
-->

<!--
Please link any related PRs, for example:
- Unblocks #<pr-number>
- Duplicates #<pr-number>
- Depends on #<pr-number>
- Relates to #<pr-number>
-->

## ✅ Checklist

<!-- Confirm that you've completed the following steps. -->

- [ ] I have added relevant tests
- [ ] I have verified all tests pass
- [ ] I have formatted my code using `SwiftFormat`
- [ ] I have updated documentation (if needed)
- [ ] I have added the appropriate label to my PR
- [ ] I have read the [contributing guidelines](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CONTRIBUTING.md)
- [ ] I agree to follow this project's [Code of Conduct](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CODE_OF_CONDUCT.md)