You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
397 B
17 lines
397 B
4 years ago
|
This is:
|
||
|
|
||
|
```
|
||
|
- [ ] a bugfix
|
||
|
- [ ] a new feature
|
||
|
```
|
||
|
|
||
|
Checklist:
|
||
|
|
||
|
- [ ] Changes are covered by unit tests
|
||
|
- [ ] Code style is respected
|
||
|
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
|
||
|
- [ ] CHANGELOG.md contains a short summary of the change
|
||
|
- [ ] Documentation is updated as necessary
|
||
|
|
||
|
### Why this change is needed?
|