|
1 | | -Provide a general summary of your changes in the Title above |
| 1 | +Provide a general summary of your changes in the Title above. |
2 | 2 |
|
3 | 3 | ## Description
|
4 | | -Describe your changes in detail |
| 4 | + |
| 5 | +Describe your changes in detail. |
5 | 6 |
|
6 | 7 | ## Motivation, Context and link to the ticket
|
7 | 8 | - Why is this change required? What problem does it solve?
|
8 | 9 | - If it fixes an open issue, please link to the issue here.
|
9 | 10 | - Link to the related Jira ticket.
|
10 | 11 |
|
11 | 12 | ## Related PRs
|
12 | | -Link to related pull requests |
| 13 | + |
| 14 | +Link to related pull requests. |
13 | 15 |
|
14 | 16 | ## How Has This Been Tested?
|
| 17 | + |
15 | 18 | - Please describe in detail how you tested your changes.
|
16 | 19 | - Include details of your testing environment, and the tests you ran to
|
17 | 20 | - see how your change affects other areas of the code, etc.
|
18 | 21 |
|
19 | 22 | ## Screenshots (if appropriate):
|
20 | 23 |
|
21 | | -## Types of changes |
| 24 | +## Type of change |
| 25 | + |
22 | 26 | What types of changes does your code introduce? Put an `x` in all the boxes that apply:
|
23 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
24 | | -- [ ] New feature (non-breaking change which adds functionality) |
25 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 27 | +- [ ] Update to existing guideline(s) |
| 28 | +- [ ] New guideline(s) |
| 29 | +- [ ] Miscellaneous change |
| 30 | +- [ ] Docusaurus updates (new plugins, bug fix, etc.) |
26 | 31 |
|
27 | 32 | ## Checklist:
|
| 33 | + |
28 | 34 | Go over all the following points, and put an `x` in all the boxes that apply.
|
29 | 35 | If you're unsure about any of these, don't hesitate to ask. Your team members are there to help!
|
| 36 | + |
30 | 37 | - [ ] My code follows the code style of this project.
|
31 | 38 | - [ ] My change requires a change to the documentation.
|
32 | 39 | - [ ] I have updated the documentation accordingly.
|
|
0 commit comments