Skip to content

Commit deff74c

Browse files
author
Paul Angus
authored
Update PULL_REQUEST_TEMPLATE.md
Update template to return information to the documentation
1 parent 79e46f5 commit deff74c

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## Description
2-
<!--- Describe your changes in detail -->
1+
### Description
2+
3+
This PR...
4+
<!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
35

46
<!-- For new features, provide link to FS, dev ML discussion etc. -->
57
<!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
@@ -8,17 +10,39 @@
810
<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
911
<!-- Fixes: # -->
1012

11-
## Types of changes
12-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
13+
<!--- ********************************************************************************* -->
14+
<!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
15+
<!--- PLEASE PUT AN 'X' in only **ONE** box -->
16+
<!--- ********************************************************************************* -->
17+
18+
### Types of changes
19+
1320
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
1421
- [ ] New feature (non-breaking change which adds functionality)
1522
- [ ] Bug fix (non-breaking change which fixes an issue)
1623
- [ ] Enhancement (improves an existing feature and functionality)
1724
- [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
1825

19-
## Screenshots (if appropriate):
26+
### Feature/Enhancement Scale or Bug Severity
27+
28+
#### Feature/Enhancement Scale
29+
30+
- [ ] Major
31+
- [ ] Minor
32+
33+
#### Bug Severity
34+
35+
- [ ] BLOCKER
36+
- [ ] Critical
37+
- [ ] Major
38+
- [ ] Minor
39+
- [ ] Trivial
40+
41+
42+
### Screenshots (if appropriate):
43+
2044

21-
## How Has This Been Tested?
45+
### How Has This Been Tested?
2246
<!-- Please describe in detail how you tested your changes. -->
2347
<!-- Include details of your testing environment, and the tests you ran to -->
2448
<!-- see how your change affects other areas of the code, etc. -->

0 commit comments

Comments
 (0)