Skip to content

Commit 7982d2e

Browse files
committed
docs(contributing): document project-specific issue labels
Expand the "Issue Tracking" section with a table of project-specific labels (`build`, `ci/cd`, `dependencies`, `github_actions`, `python`) and note that `build` and `ci/cd` mirror the conventional commit scopes used in the same areas. The default GitHub labels stay implicit.
1 parent 00c86b4 commit 7982d2e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
1313

1414
### Issue Tracking
1515

16-
Open issues are tracked on GitHub Issues in the respective repository.
16+
Open issues are tracked on GitHub Issues in the respective repository. In addition to the GitHub default labels (`bug`, `documentation`, `duplicate`, `enhancement`, `good first issue`, `help wanted`, `invalid`, `question`, `wontfix`), the following project-specific labels are used:
17+
18+
| Label | Use for |
19+
|---|---|
20+
| `build` | Packaging, build scripts, distribution artifacts. |
21+
| `ci/cd` | Continuous integration, GitHub Actions workflows, release automation, test automation. |
22+
| `dependencies` | Pull requests opened by Dependabot. |
23+
| `github_actions` | Pull requests that update GitHub Actions workflow definitions or pinned action SHAs. |
24+
| `python` | Pull requests that update Python dependencies. |
25+
26+
When opening a new issue, attach the label that matches the area of work. The `build` and `ci/cd` labels mirror the conventional commit scopes used in the same areas (`fix(build): ...`, `chore(ci/cd): ...`).
1727

1828

1929
### Pre-commit

0 commit comments

Comments
 (0)