|
1 |
| -# Description |
| 1 | +<!-- |
| 2 | +Type of change: Title of the PR should clearly mention which type of PR is this, you can select any of the below mentioned types: |
2 | 3 |
|
3 |
| -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. |
| 4 | +- docs - The PR contains Documentation ONLY changes. |
| 5 | +- feat - The PR contains new feature/enhancements. |
| 6 | +- fix - The PR contains a bug fix. |
| 7 | +- chore - Development changes related to the build system (involving scripts, configurations or tools) and package dependencies. |
| 8 | +- test - Development changes related to tests. |
| 9 | +- perf - Changes related to performance improvements. |
4 | 10 |
|
5 |
| -Fixes # (issue) |
| 11 | +Example Title: |
| 12 | +docs: Webhook CI documentation changes |
| 13 | +--> |
6 | 14 |
|
7 |
| -## Type of change |
| 15 | +# Description |
| 16 | +<!-- |
| 17 | +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. |
| 18 | +--> |
8 | 19 |
|
9 |
| -- [ ] Bug fix (non-breaking change which fixes an issue) |
10 |
| -- [ ] New feature (non-breaking change which adds functionality) |
11 |
| -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
12 |
| -- [ ] This change requires a documentation update |
| 20 | +Fixes # |
13 | 21 |
|
14 |
| -# How Has This Been Tested? |
| 22 | +## How Has This Been Tested? |
15 | 23 | Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
|
16 |
| - |
| 24 | +<!--test-cases |
17 | 25 | - [ ] Test case A
|
18 | 26 | - [ ] Test case B
|
| 27 | +--> |
19 | 28 |
|
20 |
| - |
21 |
| -# Checklist: |
| 29 | +## Checklist: |
22 | 30 |
|
23 | 31 | * [ ] The title of the PR states what changed and the related issues number (used for the release note).
|
24 |
| -* [ ] Does this PR require documentation updates? |
| 32 | +* [ ] Does this PR requires documentation updates? |
25 | 33 | * [ ] I've updated documentation as required by this PR.
|
26 |
| -* [ ] I have performed a self-review of my own code |
27 |
| -* [ ] I have commented my code, particularly in hard-to-understand areas |
28 |
| -* [ ] I have tested it for all user roles |
29 |
| -* [ ] I have added all the required unit/api test cases |
| 34 | +* [ ] I have performed a self-review of my own code. |
| 35 | +* [ ] I have commented my code, particularly in hard-to-understand areas. |
| 36 | +* [ ] I have tested it for all user roles. |
| 37 | +* [ ] I have added all the required unit/api test cases. |
| 38 | + |
| 39 | +## Does this PR introduce a user-facing change? |
| 40 | +<!-- |
| 41 | +If NO, leave the release-note block blank. |
| 42 | +If YES, a release note is required: |
| 43 | +Enter your extended release note in the block below. If the PR requires additional manual action from users switching to the new version, include the string "action-required". |
30 | 44 |
|
| 45 | +--> |
| 46 | +```release-note |
31 | 47 |
|
| 48 | +``` |
32 | 49 |
|
0 commit comments