- Request (code for a specific purpose that will not add a feature. e.g. one off Rake task)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Maintenance task (Rake tasks or changes that do not change logic that will affect the application behaviour)
-
Manual tests
- Changes were tested locally by the author
- Changes were not tested and the reason was explained in the "How to test" section above
-
Others
- Client Success Team (for Scout) or client (for Agency) was notified before deployment if this PR involves risky changes; e.g.: running Rake tasks for modifying or deleting resources