Skip to content

Commit

Permalink
ci: Extended pull request template (#423)
Browse files Browse the repository at this point in the history
* ci: Extended pull request template

* ci: slight realigment of sections
  • Loading branch information
Carsopre authored Apr 15, 2024
1 parent f2f609f commit cd8c579
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## Issue addressed
Solves #<issue number>

## Code of conduct
- [ ] I HAVE NOT added sensitive or compromised (test) data to the repository.
- [ ] I HAVE NOT added vulnerabilities to the repository.
- [ ] I HAVE discussed my solution with (other) members of the RA2CE team.

## What has been done?
Explain how you addressed the resolution of the related issue, what choices you made and why.

## Checklist
### Checklist
- [ ] Code is formatted using our custom `black` and `isort` definitions.
- [ ] Tests are either added or updated.
- [ ] Branch is up to date with `master`.
- [ ] Updated documentation if needed.
Expand Down

0 comments on commit cd8c579

Please sign in to comment.