diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1dea66db74a..0e16a464441 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,21 @@ ### Prepare -- [ ] Read contribution guidelines -- [ ] Read license information +- [ ] Read [PR guidelines](https://github.com/JanssenProject/jans/blob/main/docs/CONTRIBUTING.md#prs) +- [ ] Read [license information](https://github.com/JanssenProject/jans/blob/main/LICENSE) ------------------- ### Description -- Target issue # - +#### Target issue + -- Implementation Details - +#### Implementation Details + ------------------- -### Document the changes - +### Test and Document the changes +- [ ] Static code analysis has been run locally and issues have been fixed +- [ ] Relevant unit and integration tests have been added/updated - [ ] Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)