|
| 1 | +## 📝 Summary |
| 2 | + |
| 3 | +<!-- |
| 4 | +Please provide a brief summary of your changes along with any relevant context. |
| 5 | +Include any screenshots, logs, or terminal output you think would be helpful to reviewers. |
| 6 | +--> |
| 7 | + |
| 8 | +## 🛠️ Type of Change |
| 9 | + |
| 10 | +<!-- Check all that apply. --> |
| 11 | + |
| 12 | +- [ ] Bug fix (change that fixes an issue) |
| 13 | +- [ ] New feature (change that adds functionality) |
| 14 | +- [ ] Breaking change (bug fix or feature that is not backwards compatible) |
| 15 | +- [ ] Documentation (DocC, API docs, markdown files, templates, etc.) |
| 16 | +- [ ] Testing (new tests, updated tests, etc.) |
| 17 | +- [ ] Refactoring or code formatting (no logic changes) |
| 18 | +- [ ] CI/CD (change to automated workflows) |
| 19 | + |
| 20 | +## 🧪 How Has This Been Tested? |
| 21 | + |
| 22 | +<!-- |
| 23 | +Please describe the tests you've run to verify your changes. |
| 24 | +If fixing a bug, please describe the steps to reproduce the bug. |
| 25 | +Include any screenshots, logs, or terminal output you think would be helpful to reviewers. |
| 26 | +--> |
| 27 | + |
| 28 | +## 🔗 Related PRs or Issues <!-- Delete section if not applicable --> |
| 29 | + |
| 30 | +<!-- |
| 31 | +To automatically close an issue when this PR is merged, please include one of the following: |
| 32 | + - Fixes #<issue-number> |
| 33 | + - Closes #<issue-number> |
| 34 | + - Resolves #<issue-number> |
| 35 | +--> |
| 36 | + |
| 37 | +<!-- |
| 38 | +Please link any related PRs, for example: |
| 39 | + - Unblocks #<pr-number> |
| 40 | + - Duplicates #<pr-number> |
| 41 | + - Depends on #<pr-number> |
| 42 | + - Relates to #<pr-number> |
| 43 | +--> |
| 44 | + |
| 45 | +## ✅ Checklist |
| 46 | + |
| 47 | +<!-- Confirm that you've completed the following steps. --> |
| 48 | + |
| 49 | +- [ ] I have added relevant tests |
| 50 | +- [ ] I have verified all tests pass |
| 51 | +- [ ] I have formatted my code using `SwiftFormat` |
| 52 | +- [ ] I have updated documentation (if needed) |
| 53 | +- [ ] I have added the appropriate label to my PR |
| 54 | +- [ ] I have read the [contributing guidelines](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CONTRIBUTING.md) |
| 55 | +- [ ] I agree to follow this project's [Code of Conduct](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CODE_OF_CONDUCT.md) |
0 commit comments