Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
**References** <!-- Link to the Jira task -->
PROJ-XXX

### Changed <!-- What changed with this PR -->
### Type of change
- [ ] 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 -->

### Visuals <!-- Add here some screenshots -->
### Description of the change with screenshots (if possible)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I especially like this change. Nice 👌

<!-- Describe here what changed with this PR -->

### How can this be validated? <!-- Instructions for QA -->
### Validation steps
<!-- Instructions for QA -->

### 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? <!-- Check this also if no updating is needed -->
- [ ] Are necessary translations added/updated? <!-- Check this even if no translations are being changed -->
- [ ] Did you update sanitization routines, where personal information is handled?
- [ ] Can it be deployed automatically? <!-- If manual actions are required, fill in the deploy steps below -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I agree with moving it to a comment like this. I don't know how other people use this, but personally I use the checklist to click the different checkboxes when it's in rendered mode. In this mode, the comments does not appear, and then I would not be reminded about filling it out. What do you think?

- [ ] My code follows the style guidelines of this project.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that should be part of the checklist. That should be completely automatic and part of CI

- [ ] I have performed a self-review of my code.
- [ ] This change requires a documentation update and I have updated the documentation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, if we want to keep it as a checklist, we can do something like

This change requires a documentation update and I have updated the documentation. If not relevant, check this box anyway

- [ ] This change requires a translation update and I have updated the translations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe same here?

...if not relevant, check this box anyway

- [ ] Did you update sanitization routines, where personal information is handled? <!-- Delete if not applicable -->

### Deploy steps <!-- Delete this if the deploy is automatic -->