|
1 | 1 | ### Context
|
2 |
| -<!--- Why is this change required? What problem does it solve? --> |
| 2 | +<!--- Why are your changes required? What problem do they solve? --> |
3 | 3 |
|
4 |
| -### How has this been tested? |
5 |
| -<!--- Please describe in detail how you tested your changes (doesn't apply to translations and documentation changes). --> |
| 4 | +### How did you test your changes? |
| 5 | +<!--- Describe in detail how you tested your changes. --> |
6 | 6 |
|
7 | 7 | ### Types of changes
|
8 |
| -<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
9 |
| -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
10 |
| -- [ ] New feature or improvement (non-breaking change which adds functionality) |
11 |
| -- [ ] Bug fix (non-breaking change which fixes an issue) |
12 |
| -- [ ] Additional language file or change to the existing one (translations) |
| 8 | +<!--- What types of changes does your code introduce? Put an `x` in each box that applies. --> |
| 9 | +- [ ] Breaking change (a fix or a feature because of which an existing functionality doesn't work as expected anymore) |
| 10 | +- [ ] New feature or improvement (a non-breaking change that adds functionality) |
| 11 | +- [ ] Bug fix (a non-breaking change that fixes an issue) |
| 12 | +- [ ] Additional language file, or a change to an existing language file (translations) |
13 | 13 | - [ ] Change to the documentation
|
14 | 14 |
|
15 | 15 | ### Related issues:
|
|
18 | 18 | 3.
|
19 | 19 |
|
20 | 20 | ### Checklist:
|
21 |
| -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
22 |
| -<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 21 | +<!--- Go through the points below, and put an `x` in each box that applies. --> |
| 22 | +<!--- If you're unsure about any of these, contact us. We're always glad to help! --> |
| 23 | +- [ ] My change is compliant with the [OpenDocument](https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html) standard. |
| 24 | +- [ ] My change is compatible with Microsoft Excel. |
| 25 | +- [ ] My change is compatible with Google Sheets. |
23 | 26 | - [ ] My code follows the code style of this project.
|
24 |
| -- [ ] I described the modification in the CHANGELOG.md file. |
25 |
| -- [ ] My change requires a change to the documentation. |
26 |
| -- [ ] My change requires a migration guide. |
| 27 | +- [ ] I described my changes in the [CHANGELOG.md](https://github.com/handsontable/hyperformula/blob/master/CHANGELOG.md) file. |
| 28 | +- [ ] My changes require a documentation update. |
| 29 | +- [ ] My changes require a migration guide. |
0 commit comments