diff --git a/pull_request_template.md b/pull_request_template.md index bd70aab..ca61a7c 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,14 +1,23 @@ **References** PROJ-XXX -### Changed +### Type of change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change -### Visuals +### Description of the change with screenshots (if possible) + -### How can this be validated? +### Validation steps + ### Pull request checklist -- [ ] Can it be deployed automatically? _If manual actions are required:_ did you describe the deploy steps? -- [ ] Is the documentation updated, if it makes sense? -- [ ] Are necessary translations added/updated? -- [ ] Did you update sanitization routines, where personal information is handled? +- [ ] Can it be deployed automatically? +- [ ] My code follows the style guidelines of this project. +- [ ] I have performed a self-review of my code. +- [ ] This change requires a documentation update and I have updated the documentation. +- [ ] This change requires a translation update and I have updated the translations. +- [ ] Did you update sanitization routines, where personal information is handled? + +### Deploy steps