From e2dd83717d2ae3a2e2a3d4c341ef84369f01cf8a Mon Sep 17 00:00:00 2001 From: Stanislav Mekhonoshin Date: Thu, 9 Sep 2021 12:28:53 +0300 Subject: [PATCH] chore: Fix pull request template to satisfy Vanta --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 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 0000000..ff56240 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +## Change description + +> Please include a summary of the change and which issue is fixed. Please also include + relevant motivation and context. List any dependencies that are required for this change. + +### Security + +- [ ] Security impact of change has been considered