Last active
May 13, 2025 15:36
-
-
Save driehle/fc66c914ae0a50f1039c631a34026412 to your computer and use it in GitHub Desktop.
Laminas Labels for Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- color: e11d21 | |
description: "Waiting for the author of an issue/pull request to provide further information" | |
name: Awaiting Author Updates | |
- color: fbca03 | |
description: "Waiting for the input of an maintainer of the repository" | |
name: Awaiting Maintainer Response | |
- color: e11d21 | |
description: "This change introduces a break in backward compatibility" | |
name: BC Break | |
- color: fc2929 | |
description: "This describes or fixes a bug" | |
name: Bug | |
- color: 207def | |
description: "Improvements or additions to documentation" | |
name: Documentation | |
- color: c7def8 | |
description: "Points to something where the current documentation needs improvement" | |
name: Documentation Needed | |
- color: cccccc | |
description: "This issue or pull request already exists" | |
name: Duplicate | |
- color: 84b6eb | |
description: "This adds new features to the repository or improves the state-of-art" | |
name: Enhancement | |
- color: eb6420 | |
description: "A feature has been removed, which usually is a BC Break as well" | |
name: Feature Removal | |
- color: 0052cc | |
description: "A new feature that is requested by users" | |
name: Feature Request | |
- color: 7057ff | |
description: "This points to issues that are good for newcomers to make their first contribution" | |
name: Good First Issue | |
- color: "159818" | |
description: "Extra attention is needed, feel free to contribute!" | |
name: Help Wanted | |
- color: e6e6e6 | |
description: "This doesn't seem right" | |
name: Invalid | |
- color: cc317c | |
description: "A question that is not related to a bug or feature request" | |
name: Question | |
- color: e11d21 | |
description: "A change which caused troubles and needs to be reverted" | |
name: Revert Needed | |
- color: ff9500 | |
description: "This issue/pull request requires further reviews" | |
name: Review Needed | |
- color: 0e8a16 | |
description: "Requesting comments to discuss new features" | |
name: RFC | |
- color: eb6420 | |
description: "There are unit tests missing which need to be added prior to merging" | |
name: Unit Test Needed | |
- color: ffffff | |
description: "The requested changes cannot be made for different reaons" | |
name: Won't Fix | |
- color: 0b02e1 | |
description: "An issue/pull request that is currently actively being worked on" | |
name: Work in Progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment