-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
6f1cddc
commit 5bcdc2b
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Labels docs | ||
|
||
This docs contains informations on how we use GitHub labels on issues and pull requests. | ||
|
||
## Labels | ||
|
||
| Name | Issue | PR | Usage | | ||
|---|---|---|---| | ||
| `bug` | :whitecheckmark: | | Indentifies reported bugs | | ||
| `cherry pick required` | | :whitecheckmark: | Indentifies pull requests that need to be cherry picked | | ||
| `cherry pick completed` | | :whitecheckmark: | Indentifies pull requests that were successfully cherry picked | | ||
| `dependencies` | | :whitecheckmark: | Indentifies pull requests updating a dependency | | ||
| `documentation` | :whitecheckmark: | | Indentifies issues related to documentation | | ||
| `documentation required` | | :whitecheckmark: | Indentifies pull requests that need to be documented | | ||
| `documentation completed` | | :whitecheckmark: | Indentifies pull requests that were successfully documented | | ||
| `duplicate` | :whitecheckmark: | :whitecheckmark: | Identifies a duplicate issue or pull request | | ||
| `enhancement` | :whitecheckmark: | | Indentifies feature requests | | ||
| `github_actions` | | :whitecheckmark: | Indentifies pull requests related to GitHub actions | | ||
| `go` | | :whitecheckmark: | Indentifies pull requests related to `golang` packages | | ||
| `good first issue` | :whitecheckmark: | | Indentifies issues that are well suited for new contributors | | ||
| `help want` | :whitecheckmark: | | Indentifies issues that need help from the community | | ||
| `release notes required` | | :whitecheckmark: | Indentifies pull requests that need release notes | | ||
| `release notes completed` | | :whitecheckmark: | Indentifies pull requests that have a corresponding release note | | ||
| `triage` | :whitecheckmark: | | Indentifies issues that need to be triaged | |