|
1 |
| -<!-- |
2 |
| - Before submitting a PR please ensure all code is commented and all tests are passing. Make sure to review the changes and ensure that only required changes are included (eg. no unnecessary reformatting by your editor) |
3 |
| ---> |
| 1 | +<!--- Provide a general summary of your changes in the Title above --> |
4 | 2 |
|
5 |
| -<!-- Brief but specific list of changes made, describe the change in functionality rather than the change in code --> |
6 |
| -## Changes |
7 |
| -- |
8 |
| -- |
9 |
| -- |
| 3 | +## Description |
| 4 | +<!--- Describe your changes in detail --> |
10 | 5 |
|
11 |
| -<!-- Issues that this PR will close --> |
12 |
| -<!-- |
13 |
| - NOTE: you must say 'closes #xx' or 'fixes #xx' for EACH issue this closes. |
14 |
| - eg: 'closes #1 and closes #2' |
15 |
| - See: https://help.github.com/en/articles/closing-issues-using-keywords |
16 |
| ---> |
17 |
| -#### Closes: #? |
| 6 | +## Related Issue Or Context |
| 7 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 8 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 9 | +<!--- Otherwise, describe context and motivation for change herre --> |
| 10 | + |
| 11 | +Closes: #<issue> |
| 12 | + |
| 13 | +## How Has This Been Tested? Testing details. |
| 14 | +<!--- Please describe in detail how you tested your changes. --> |
| 15 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 16 | +<!--- see how your change affects other areas of the code, etc. --> |
| 17 | + |
| 18 | +## Types of changes |
| 19 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 20 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 21 | +- [ ] New feature (non-breaking change which adds functionality) |
| 22 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 23 | +- [ ] Documentation |
| 24 | + |
| 25 | +## Checklist: |
| 26 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 27 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 28 | +- [ ] I have commented my code, particularly in hard-to-understand areas. |
| 29 | +- [ ] I have ensured that all acceptance criteria (or expected behavior) from issue are met |
| 30 | +- [ ] I have updated the documentation locally and in chainbridge-docs. |
| 31 | +- [ ] I have added tests to cover my changes. |
| 32 | +- [ ] I have ensured that all the checks are passing and green, I've signed the CLA bot |
0 commit comments