forked from canonical/microceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pull request template. (canonical#334)
Signed-off-by: Utkarsh Bhatt <[email protected]>
- Loading branch information
1 parent
549aaea
commit 450240f
Showing
1 changed file
with
30 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,30 @@ | ||
# Description | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- [ ] 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) | ||
- [ ] CleanCode (Code refactor, test updates, does not introduce functional changes) | ||
- [ ] Documentation update (Doc only change) | ||
|
||
## How Has This Been Tested? | ||
|
||
> **_NOTE:_** All functional changes should accompany corresponding tests (unit tests, functional tests etc). | ||
Please describe the addition/modification of tests done to verify this change. Please also list any relevant details for your test configuration. | ||
|
||
## Contributor's Checklist | ||
|
||
Please check that you have: | ||
|
||
- [ ] self-reviewed the code in this PR. | ||
- [ ] added code comments, particularly in hard-to-understand areas. | ||
- [ ] updated the user documentation with corresponding changes. | ||
- [ ] added tests to verify effectiveness of this change. |