From 33383980252112d327510e863ac782a381c4429e Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Mon, 30 Sep 2024 14:05:31 +0200 Subject: [PATCH] create PULL_REQUEST_TEMPLATE.md --- .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..1c4d039 --- /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: +- __ \ No newline at end of file