-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 # | ||
<!-- Link this PR to issue it is fixing --> | ||
#### Target issue | ||
<!-- Link or describe the issue this PR is fixing --> | ||
|
||
- Implementation Details | ||
<!-- If the fix is involved one then communicate high level analysis and implementation approach --> | ||
#### Implementation Details | ||
<!-- If the fix is an involved one then communicate high level analysis and implementation approach --> | ||
|
||
------------------- | ||
### 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) | ||
|