Skip to content

Commit 13bcf28

Browse files
authored
doc: clarify issue prefix conventions for container code (#2746)
Update CONTRIBUTING.md to document that container-related code lives at `internal/container`, and issues for this area should use the lowercase language name (e.g. `java:`) as a prefix for brevity. For #2722
1 parent f5faacf commit 13bcf28

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ can manually re-trigger it by:
3434
1. Clicking "View details" on the failed workflow to bring you to the "Actions" page.
3535
2. Clicking "Re-run failed jobs".
3636

37-
For more information, see [Re-running failed jobs in a workflow](https://docs.github.com/en/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/re-running-workflows-and-jobs#re-running-failed-jobs-in-a-workflow).
37+
For more information, see
38+
[Re-running failed jobs in a workflow](https://docs.github.com/en/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/re-running-workflows-and-jobs#re-running-failed-jobs-in-a-workflow).
3839

3940
## Community Guidelines
4041

@@ -107,8 +108,14 @@ accepted.
107108

108109
All issues should have a path prefix to indicate the relevant domain. For
109110
issues related to the librarian codebase, use the package name as a prefix (for
110-
example, `librarian:` or `cli:`). For issues related to code outside this
111+
example, `librarian:` or `cli:`).
112+
113+
For issues related to code outside this
111114
repository, use the repository name (for example, `google-cloud-python`).
115+
This repository also contains language-specific container-related code under
116+
[internal/container](https://github.com/googleapis/librarian/tree/main/internal/container).
117+
For these issues, use the lowercase language name as a prefix for brevity (for
118+
example, `java:`).
112119

113120
Aside from proper nouns, issue titles should use lowercase.
114121

0 commit comments

Comments
 (0)