Skip to content

Commit

Permalink
Update templates to include assignees & labels
Browse files Browse the repository at this point in the history
Closes bazelbuild#17845.

PiperOrigin-RevId: 518884447
Change-Id: I739fa699919af7c73381673f0a2cc6581258c896
  • Loading branch information
keertk authored and copybara-github committed Mar 23, 2023
1 parent 7556e11 commit 97aec0f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Bug Report
name: Bug report
description: File a bug report
labels: ["type: bug", "untriaged"]
assignees:
- bazelbuild/triage
body:
- type: markdown
attributes:
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/doc_issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: bazel.build doc issue
description: File a documentation issue through bazel.build's "Report an Issue" button
name: Documentation issue
description: File a documentation issue (through bazel.build's "report an issue" button)
labels: ["type: documentation (cleanup)", "untriaged", "team-Documentation"]
assignees:
- bazelbuild/triage
body:
- type: input
id: link
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Feature Request
name: Feature request
description: Suggest a new feature
labels: ["type: feature request", "untriaged"]
assignees:
- bazelbuild/triage
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion site/en/_buttons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a class="button button-with-icon" href="https://github.com/bazelbuild/bazel/issues/new?title=%5Bbazel.build%5D+Problem+with+{% dynamic print request.path %}&labels=team-Documentation&template=doc_issue.yml&link=https%3A%2F%2Fbazel.build{% dynamic print request.path %}" target="_blank">
<a class="button button-with-icon" href="https://github.com/bazelbuild/bazel/issues/new?title=%5Bbazel.build%5D+Problem+with+{% dynamic print request.path %}&template=doc_issue.yml&link=https%3A%2F%2Fbazel.build{% dynamic print request.path %}" target="_blank">
Report an issue<span class="material-icons icon-after" aria-hidden="true">open_in_new</span>
</a>
{% dynamic if not setvar.source_file %}
Expand Down

0 comments on commit 97aec0f

Please sign in to comment.