Labels
Labels
26 labels
- Pull requests that update a dependency file
- Pull requests that update Javascript code
- The issue can be implemented on its own and will lead to a PR.
- The issue can lead to several PRs and should be broken down into
- This issue or pull request already exists.
- Extra attention is needed
- The PR is a WIP.
- The issue will not be fixed or otherwise handled.
- When the developer has really done it
- Something isn't working
- Changes only making the code cleaner.
- Pull requests that update a dependency file.
- Changes to documentation only (e.g. README.md).
- New feature or request.
- The code won't work or has another fundamental mistake.
- The issues that touch on functional checks, servicing or supporting of customers
- A code change that improves performance
- Further information is requested
- Changes in the way the code works internally without changing the output produced.
- Changes that remove or significantly update old unused code and/or dependencies.
- The issue implements some sort of tests
- The issues that touch on the build system, linting, test tooling
- UI glitch that doesn't affect functionality