update template

This commit is contained in:
Ali Razmjoo 2021-08-08 20:50:37 +02:00
parent 28838d6da3
commit 190879d6f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#### Checklist
- [ ] I have followed the [Contributor Guidelines](https://github.com/OWASP/Nettacker/wiki/Developers#contribution-guidelines).
- [ ] The code has been thoroughly tested in my local development environment with flake8 and pylint.
- [ ] The code is both Python 2 and Python 3 compatible.
- [ ] The code is Python 3 compatible.
- [ ] The code follows the PEP8 styling guidelines with 4 spaces indentation.
- [ ] This Pull Request relates to only one issue or only one feature
- [ ] I have referenced the corresponding issue number in my commit message