Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
16
.github/pull_request_template.md
vendored
Normal file
16
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Description
|
||||
|
||||
<!-- PR description !-->
|
||||
|
||||
Fixes # (issue id)
|
||||
|
||||
# Checklist:
|
||||
|
||||
<!-- Delete not relevant items !-->
|
||||
|
||||
- [ ] My code follows the style guidelines of this project
|
||||
- [ ] I have performed a self-review of my code
|
||||
- [ ] I have run pre-commit for code linting and typing (`pre-commit run`)
|
||||
- [ ] I have made corresponding changes to the documentation
|
||||
- [ ] I have added tests that prove my fix is effective or that my feature works
|
||||
- [ ] New and existing unit tests pass locally with my changes (`tox -e testenv`)
|
Loading…
Add table
Add a link
Reference in a new issue