You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ can manually re-trigger it by:
34
34
1. Clicking "View details" on the failed workflow to bring you to the "Actions" page.
35
35
2. Clicking "Re-run failed jobs".
36
36
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).
38
39
39
40
## Community Guidelines
40
41
@@ -107,8 +108,14 @@ accepted.
107
108
108
109
All issues should have a path prefix to indicate the relevant domain. For
109
110
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
111
114
repository, use the repository name (for example, `google-cloud-python`).
115
+
This repository also contains language-specific container-related code under
0 commit comments