Want to improve your team's pull requests?
Take the hassle out of maintaining your team templates and build dynamic pull request checklists with Pull Checklist.
With Pull Checklist you can build conditional checklists that can be triggered by things like:
- Files that have been changed
- Appearance of certain strings in the pull request description
- Number of lines added to the repo
Getting Started
Want to learn more? Click below to 1-click install via the GitHub marketplace.
Install for free on GithubOur Recommended Template
### ๐ Changes being made Here give examples of the changes you've made in this pull request. Include an itemized list if you can. It'll help the reviewer. ### โจ What's the context? What's the context for the changes? Are there any related issues or dependencies? ### ๐ง Rationale behind the change Why did you choose to make these changes? Were there any trade-offs you had to consider? ### ๐งช Test plan How do you know the changes are safe to ship to production? ### ๐ธ Screenshots (optional) If you made UI changes, what are the before and afters? ### ๐ Quality check - [ ] Are your changes following SOLID principles? - [ ] Are there any erroneous console logs, debuggers or leftover code in your changes? - [ ] Walk away, take a break, re-read what you filled out above does it make sense if you were coming in cold? What extra context could you provide?