Labels
Labels
11 labels
- Changes that affect the build system or external dependencies (example: webpack, babel, npm)
- Other changes that don't modify src or test files
- Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, Sau
- Documentation only changes
- A new feature
- A bug fix
- Extra attention is needed
- A code change that neither fixes a bug nor adds a feature
- Reverts a previous commit
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, et
- Adding missing tests or correcting existing tests