From d630113675b561ddf685e2180b6ec24150cf8990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Neves?= Date: Fri, 16 May 2025 10:15:17 +0100 Subject: [PATCH] Suggestions to hopefully improve PR checklist --- pull_request_template.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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