mas/Carthage/Checkouts/Quick/.github/PULL_REQUEST_TEMPLATE
2018-09-05 09:54:08 +10:00

14 lines
552 B
Text

The PR should summarize what was changed and why. Here are some questions to
help you if you're not sure:
- What behavior was changed?
- What code was refactored / updated to support this change?
- What issues are related to this PR? Or why was this change introduced?
Checklist - While not every PR needs it, new features should consider this list:
- [ ] Does this have tests?
- [ ] Does this have documentation?
- [ ] Does this break the public API (Requires major version bump)?
- [ ] Is this a new feature (Requires minor version bump)?