|
| 1 | +<!-- Provide a short summary of your changes in the Title above --> |
| 2 | + |
| 3 | +### Description |
| 4 | +<!-- |
| 5 | +Describe your changes in detail. |
| 6 | +For contribution process guide, look into CONTRIBUTING.md in the main directory |
| 7 | +
|
| 8 | +Remember: one PR should fix or enhance one thing. |
| 9 | + Consider splitting large PR into a few smaller PRs. |
| 10 | +
|
| 11 | +If this is a relatively **large or complex** change: |
| 12 | + - BEFORE creating a PR, try finding an existing issue or start a new discussion, |
| 13 | + - if the discussion is concluded, go ahead with this PR, |
| 14 | + - perhaps describe what alternatives you considered. |
| 15 | +
|
| 16 | +If this PR references or fixes an open issue, please link it here |
| 17 | + using "Ref. #<number>" or "Fixes: #<number>". |
| 18 | +--> |
| 19 | + |
| 20 | +### Checklist |
| 21 | +<!-- |
| 22 | +Put an 'x' in the boxes that are checked. |
| 23 | +Before checking all the boxes please mark the PR as draft. |
| 24 | +--> |
| 25 | + |
| 26 | +- [ ] Code compiles without errors locally |
| 27 | +- [ ] All tests pass locally |
| 28 | +- [ ] CI workflows execute properly |
| 29 | +<!-- If you have more tasks to do before merging this PR, simply add them here --> |
| 30 | + |
| 31 | +<!-- You can remove these entries, if they don't apply --> |
| 32 | +- [ ] CI workflows, not executed per PR (e.g. Nightly), execute properly <!-- this can be checked, e.g., on your fork --> |
| 33 | +- [ ] New tests added, especially if they will fail without my changes |
| 34 | +- [ ] Added/extended example(s) to cover this functionality |
| 35 | +- [ ] Extended the README/documentation |
| 36 | +- [ ] All newly added source files have a license |
| 37 | +- [ ] All newly added source files are referenced in CMake files |
0 commit comments