|
|
@ -10,9 +10,10 @@ |
|
|
|
## Types of changes |
|
|
|
## Types of changes |
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue) |
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue) |
|
|
|
- [ ] New feature (non-breaking change which adds functionality) |
|
|
|
- [ ] New feature (non-breaking change which adds functionality) |
|
|
|
|
|
|
|
- [ ] Optimization (provides speedup with no functional changes) |
|
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
|
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
|
|
|
|
|
|
|
|
|
|
|
## Checklist: |
|
|
|
## Checklist: |
|
|
|
- [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here) |
|
|
|
- [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here) |
|
|
|
- [ ] Documentation needed |
|
|
|
- [ ] Documentation updated |
|
|
|
- [ ] Unit tests needed |
|
|
|
- [ ] Unit tests added/updated |
|
|
|