There was an error while loading. Please reload this page.
1 parent db7575b commit 8e4f7caCopy full SHA for 8e4f7ca
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,19 @@
1
+<?php
2
+#### Link to ticket
3
+
4
+Please add a link to the ticket being addressed by this change.
5
6
+#### Description
7
8
+Please include a short description of the suggested change and the reasoning behind the approach you have chosen.
9
10
+#### Screenshot of the result
11
12
+If your change affects the user interface you should include a screenshot of the result with the pull request.
13
14
+#### Checklist
15
16
+- [ ] My code is covered by test cases.
17
+- [ ] My code passes our test (all our tests).
18
+- [ ] My code passes our static analysis suite.
19
+- [ ] My code passes our continuous integration process.
0 commit comments