Labels
Labels
38 labels
- Marking where functionality is currently behind a disabled feature flag
- Something isn't working
- Pull requests that update a dependency file
- This issue or pull request already exists
- New feature or request
- Pull requests that update GitHub Actions code
- Good for newcomers
- Extra attention is needed
- This doesn't seem right
- Pull requests that update Javascript code
- When you make incompatible API changes, or are like making a huge change, ie: 1.2.3 → 2.0.0
- When you add functionality in a backwards-compatible manner, ie: 1.2.3 → 1.3.0
- When you make backwards-compatible bug fixes, ie: 1.2.3 → 1.2.4