Skip to content

Commit b30d1f8

Browse files
committed
4148: Added github PR template
1 parent 34eb6d2 commit b30d1f8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#### Link to ticket
2+
3+
Please add a link to the ticket being addressed by this change.
4+
5+
#### Description
6+
7+
Please include a short description of the suggested change and the reasoning behind the approach you have chosen.
8+
9+
#### Screenshot of the result
10+
11+
If your change affects the user interface you should include a screenshot of the result with the pull request.
12+
13+
#### Checklist
14+
15+
- [ ] My code passes our test (all our tests).
16+
- [ ] My code passes our static analysis suite.
17+
- [ ] My code passes our continuous integration process.
18+
19+
If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
20+
should be exempt from the list.
21+
22+
#### Additional comments or questions
23+
24+
If you have any further comments or questions for the reviewer please add them here.

0 commit comments

Comments
 (0)