-
Notifications
You must be signed in to change notification settings - Fork 4
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: Jose Borreguero <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
# References | ||
- EWM # | ||
<!-- Links to related issues or pull requests --> | ||
|
||
# Description of the changes: | ||
<!-- description here. --> | ||
|
||
# Manual test for the reviewer | ||
<!-- Instructions for testing here. --> | ||
|
||
# Check list for the reviewer | ||
- [ ] I have verified the proposed changes | ||
- [ ] Author included tests for the proposed changes | ||
- [ ] best software practices | ||
+ [ ] clearly named variables (better to be verbose in variable names) | ||
+ [ ] code comments explaining the intent of code blocks | ||
+ [ ] new functions and classes detailed docstrings, parameters documented | ||
- [ ] All tests are passing | ||
- [ ] Documentation is up to date | ||
|
||
# Check list for the author | ||
- [ ] I have added tests for my changes | ||
- [ ] I have updated the documentation accordingly | ||
- [ ] I included a link to IBM EWM Story or Defect |