Labels
Labels
20 labels
- BREAKING CHANGE: (A code change that introduces a breaking API change)
- fix: (Something isn't working)
- A code change that "could" introduce a breaking API change
- Pull requests that update a dependency file
- depends on, blocked by other Issue
- docs: (Improvements or additions to documentation)
- This issue or pull request already exists
- Easy to pick up tasks: (really small contributions/no deep knowledge of the project needed)
- feat: (New feature or request)
- Pull requests that update GitHub Actions code
- Good for newcomers
- A workaround exists for this problem
- Extra attention is needed
- This doesn't seem right
- Pull requests that update Javascript code
- Further information is requested
- refactor: (A code change that neither fixes a bug nor adds a feature)
- This will not be worked on