|
| 1 | +<!-- markdownlint-disable MD041 --> |
| 2 | +<!-- markdownlint-disable MD012 --> |
| 3 | + |
| 4 | +## Description |
| 5 | + |
| 6 | +Closes: #XXXX |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### Author Checklist |
| 11 | + |
| 12 | +_All items are required. Please add a note to the item if the item is not applicable and |
| 13 | +please add links to any relevant follow up issues._ |
| 14 | + |
| 15 | +I have... |
| 16 | + |
| 17 | +- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title |
| 18 | + <!-- * `feat`: A new feature |
| 19 | + * `fix`: A bug fix |
| 20 | + * `docs`: Documentation only changes |
| 21 | + * `style`: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| 22 | + * `refactor`: A code change that neither fixes a bug nor adds a feature |
| 23 | + * `perf`: A code change that improves performance |
| 24 | + * `test`: Adding missing tests or correcting existing tests |
| 25 | + * `build`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
| 26 | + * `ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
| 27 | + * `chore`: Other changes that don't modify src or test files |
| 28 | + * `revert`: Reverts a previous commit --> |
| 29 | +- [ ] added `!` to the type prefix if API or client breaking change |
| 30 | +- [ ] added appropriate labels to the PR |
| 31 | +- [ ] provided a link to the relevant issue or specification |
| 32 | +- [ ] added a changelog entry to `CHANGELOG.md` |
| 33 | +- [ ] included doc comments for public functions |
| 34 | +- [ ] updated the relevant documentation or specification |
| 35 | +- [ ] reviewed "Files changed" and left comments if necessary |
0 commit comments