|
1 | 1 | ## Description |
2 | | - |
3 | | -<!--- Describe your changes in detail --> |
| 2 | +<!-- Describe your changes in detail --> |
4 | 3 |
|
5 | 4 | ## Motivation and Context |
| 5 | +<!-- Why is this change required? What problem does it solve? --> |
6 | 6 |
|
7 | | -<!--- Why is this change required? What problem does it solve? --> |
8 | | -<!--- If it fixes an open issue, please link to the issue here. --> |
| 7 | +This PR addresses: [GitHub issue or Jira ticket number] |
9 | 8 |
|
10 | 9 | ## How Has This Been Tested? |
11 | | - |
12 | | -<!--- Please describe in detail how you tested your changes. --> |
13 | | -<!--- Include details of your testing environment, and the tests you ran to --> |
14 | | -<!--- see how your change affects other areas of the code, etc. --> |
| 10 | +<!-- |
| 11 | +Please describe in detail how you tested your changes. |
| 12 | +Include details of your testing environment, and the tests you ran to |
| 13 | +see how your change affects other areas of the code, etc.* |
| 14 | +--> |
15 | 15 |
|
16 | 16 | ## Screenshots (if appropriate): |
17 | 17 |
|
18 | 18 | ## Types of changes |
| 19 | +<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
19 | 20 |
|
20 | | -<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
21 | | - |
22 | | -- [ ] Chore (a change that does not modify the application functionality) |
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) |
| 21 | +- [ ] Chore (a change that does not modify the application functionality) |
| 22 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 23 | +- [ ] New feature (non-breaking change which adds functionality) |
| 24 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
26 | 25 |
|
27 | 26 | ## Checklist: |
28 | | - |
29 | | -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
30 | | -<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
31 | | - |
32 | | -- [ ] Documentation updates are needed, and have been made accordingly. |
33 | | -- [ ] I have added and/or updated tests to cover my changes. |
34 | | -- [ ] All new and existing tests passed. |
35 | | -- [ ] My changes include a database migration. |
| 27 | +<!-- Please make sure you have completed all following checks. --> |
| 28 | +<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 29 | + |
| 30 | +- [ ] I have met the contributing prerequisites |
| 31 | + - Assigned myself to this PR |
| 32 | + - Added the appropriate labels |
| 33 | + - Associated an issue: https://github.com/SpecterOps/BloodHound/issues/672 |
| 34 | + - Read the Contributing guide: https://github.com/SpecterOps/BloodHound/wiki/Contributing |
| 35 | +- [ ] I have ensured that related documentation is up-to-date |
| 36 | + - Open API docs |
| 37 | + - Code comments |
| 38 | +- [ ] I have followed proper test practices |
| 39 | + - Added/updated tests to cover my changes |
| 40 | + - All new and existing tests passed |
0 commit comments