Labels
Labels
21 labels
- Changes that affect the build system or external dependencies
- other changes that don't modify src files
- Changes to our CI configuration files and scripts Edit Delete
- Pull requests that update a dependency file
- Documentation only changes Edit Delete
- Introduces a new feature to the codebase
- Patches a bug in the codebase Edit Delete
- Good for newcomers
- Extra attention is needed
- Pull requests that update Javascript code
- A code change that enhances performance
- A code change that neither fixes a bug nor adds a feature
- Pull requests that update Ruby code
- Changes that do not affect the meaning of the code
- Adding missing tests or correcting existing tests