We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a344e commit b6868fbCopy full SHA for b6868fb
.github/pull_request_template.md
@@ -0,0 +1,25 @@
1
+# Success criteria
2
+Please describe what should be possible after this change. List all individual items on a separate line.
3
+
4
+- A
5
+- B
6
+- C
7
8
+# How to test
9
+Please describe the individual steps on how a peer can test your change.
10
11
+1. A
12
+2. B
13
+3. C
14
15
+# Security
16
+- [ ] Possible injection vector
17
+- [ ] Authentication/Access controls touched
18
+- [ ] Sensitive Data could be exposed
19
+- [ ] XSS
20
+- [ ] Logging/Monitoring touched
21
+- [ ] Exchanges data with external systems
22
+- [ ] No security implications
23
24
+# Additional considerations
25
+- [ ] This PR might have performance implications
0 commit comments