|
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. --> |
3 | 5 |
|
4 | 6 | <!-- For new features, provide link to FS, dev ML discussion etc. --> |
5 | 7 | <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> |
|
8 | 10 | <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> |
9 | 11 | <!-- Fixes: # --> |
10 | 12 |
|
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 | + |
13 | 20 | - [ ] Breaking change (fix or feature that would cause existing functionality to change) |
14 | 21 | - [ ] New feature (non-breaking change which adds functionality) |
15 | 22 | - [ ] Bug fix (non-breaking change which fixes an issue) |
16 | 23 | - [ ] Enhancement (improves an existing feature and functionality) |
17 | 24 | - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) |
18 | 25 |
|
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 | + |
20 | 44 |
|
21 | | -## How Has This Been Tested? |
| 45 | +### How Has This Been Tested? |
22 | 46 | <!-- Please describe in detail how you tested your changes. --> |
23 | 47 | <!-- Include details of your testing environment, and the tests you ran to --> |
24 | 48 | <!-- see how your change affects other areas of the code, etc. --> |
|
0 commit comments