Skip to content

Commit be756f5

Browse files
author
Jonas Hendrickx
authored
Create PULL_REQUEST_TEMPLATE.md (#30)
1 parent d964663 commit be756f5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Thank you for contributing! Please follow the steps below to help us process your PR quickly.
3+
- 📝 Use a meaningful title for the pull request, e.g: "PAS-XXX | short pr description"
4+
- 💭 Write a clear description and share screenshots (if applicable) to help describe your change.
5+
- 🔍 Not all sections below will apply to you and are mostly for our internal team. It's okay to delete them if they are not applicable.
6+
-->
7+
8+
### Ticket
9+
<!-- For Jira Tasks: (remove if external contributor) -->
10+
- Closes [PAS-XXX](https://bitwarden.atlassian.net/browse/PAS-XXX)
11+
12+
<!-- For GitHub Issues: -->
13+
<!-- - Closes #XXX -->
14+
15+
16+
### Description
17+
<!--
18+
Introduction that should allow the reviewer to quickly be able to understand the reason for opening this PR.
19+
-->
20+
21+
### Shape
22+
<!--
23+
Give a high-level overview of the technical design involved in the implemented changes.
24+
If the changes don't have any architectural impact, you can remove this section.
25+
-->
26+
27+
### Screenshots
28+
<!--
29+
Include any relevant UI screenshots showcasing the before & after of your changes.
30+
If the changes don't have any UI impact, you can remove this section.
31+
-->
32+
33+
### Checklist
34+
I did the following to ensure that my changes were tested thoroughly:
35+
- __
36+
37+
I did the following to ensure that my changes do not introduce security vulnerabilities:
38+
- __

0 commit comments

Comments
 (0)