chore: added security section into pull request template

This commit is contained in:
Roman 2021-07-05 15:50:43 +03:00 committed by GitHub
parent 0c6fd47762
commit a7a1efd83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,18 @@
## What/Why/How?
## Reference
## Testing
## Screenshots (optional)
## Check yourself
- [ ] Code is linted
- [ ] Tested
- [ ] All new/updated code is covered with tests
## Security
- [ ] Security impact of change has been considered
- [ ] Code follows company security practices and guidelines