From fb54648af161877cc7ef44ecd9d0a8f501ed81d0 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Fri, 9 Aug 2024 15:31:49 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#90) --- .github/PULL_REQUEST_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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..3ea3933 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ + + +### Ticket + +- Closes [PAS-XXX](https://bitwarden.atlassian.net/browse/PAS-XXX) + + + + + +### Description + + +### Shape + + +### Screenshots + + +### Checklist +I did the following to ensure that my changes were tested thoroughly: +- __ + +I did the following to ensure that my changes do not introduce security vulnerabilities: +- __