-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jakub Jelen <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#### Description | ||
|
||
<!-- The description should give a general overview of the goal of the PR. | ||
Individual commit message should highlight important changes that people may | ||
want to know about year later when sorting thorough as commits are the changelog. | ||
--> | ||
|
||
<!-- Note: it is best to make pull requests from a branch rather than from main --> | ||
|
||
#### Checklist | ||
|
||
<!-- replace [ ] with [x] to select --> | ||
<!-- (delete not applicable items) --> | ||
|
||
- [ ] Code modified for feature | ||
- [ ] Test suite updated with functionality tests | ||
- [ ] Test suite updated with negative tests | ||
- [ ] Documentation updated | ||
|
||
|
||
#### Reviewer's checklist: | ||
|
||
- [ ] Any issues marked for closing are addressed | ||
- [ ] There is a test suite reasonably covering new functionality or modifications | ||
- [ ] This feature/change has adequate documentation added | ||
- [ ] Code conform to coding style that today cannot yet be enforced via the check style test | ||
- [ ] Commits have short titles and sensible commit messages |