forked from PyAr/pyafipws
-
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.
Add pull request template with checklist
- Loading branch information
Showing
1 changed file
with
16 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,16 @@ | ||
## Summary | ||
|
||
(short description of what does this PR, Issue #, etc.) | ||
|
||
## Checklist | ||
|
||
- [ ] Classes, Variables, function and methods logic ok | ||
- [ ] Comments written explaining what the code does | ||
- [ ] All python code is PEP8 compliant (run black .) | ||
- [ ] No lint issues (run flake8) | ||
- [ ] Test coverage with pytest implemented | ||
- [ ] Reviewers assigned (at least 1 mentor) | ||
|
||
## Manual test evidence | ||
|
||
(attach command-line examples, execution output & logs, etc.) |