From a7a1efd83fc4d2a896641d0f0e9703301e4a09c0 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 5 Jul 2021 15:50:43 +0300 Subject: [PATCH] chore: added security section into pull request template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..7de8293677 --- /dev/null +++ b/.github/pull_request_template.md @@ -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