-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix #17176 by: - Creating a new template for doc issues - Populating the "page link" field with a full link (domain + path) - Updating labels Closes #17177. PiperOrigin-RevId: 508553013 Change-Id: I2d52125eb9b8a6efd1f3fe3e2be8cfe4ad2d8230
- Loading branch information
1 parent
6bd2cc3
commit 1a2a32b
Showing
2 changed files
with
23 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: bazel.build doc issue | ||
description: File a documentation issue through bazel.build's "Report an Issue" button | ||
body: | ||
- type: input | ||
id: link | ||
attributes: | ||
label: > | ||
Page link: | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: > | ||
Problem description (include actual vs expected text, if applicable): | ||
- type: textarea | ||
id: location | ||
attributes: | ||
label: > | ||
Where do you see this issue? (include link to specific section of the page, if applicable) | ||
- type: textarea | ||
id: extras | ||
attributes: | ||
label: Any other information you'd like to share? |
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