Skip to content

Commit

Permalink
- Clean up assignees across docs / templates
Browse files Browse the repository at this point in the history
- Other doc updates

PiperOrigin-RevId: 580248936
Change-Id: I41374ccc0155beac8ca2118e5a0f570b72287195
  • Loading branch information
keertk authored and copybara-github committed Nov 7, 2023
1 parent 6992087 commit efc31d0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug report
description: File a bug report
labels: ["type: bug", "untriaged"]
assignees:
- pavank1992
- rakshitasingh05
- sgowroji
- iancha1992
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documentation issue
description: File a documentation issue (through bazel.build's "report an issue" button)
labels: ["type: documentation (cleanup)", "untriaged", "team-Documentation"]
assignees:
- pavank1992
- rakshitasingh05
- sgowroji
- iancha1992
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature request
description: Suggest a new feature
labels: ["type: feature request", "untriaged"]
assignees:
- pavank1992
- rakshitasingh05
- sgowroji
- iancha1992
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mirror_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Mirror request
description: Request to add new archives to mirror.bazel.build
labels: ["mirror request", "type: process", "P2", "team-OSS"]
assignees:
- rakshitasingh05
- sgowroji
- pavank1992
- iancha1992
title: "[Mirror] "
body:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android/ @ahumesky @ted-xie

# Documentation

/site @gregestren @philomathing @fweikert
/site @gregestren @fweikert

# C++

Expand Down
5 changes: 2 additions & 3 deletions site/en/contribute/maintainers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,14 @@ issues.
* [`team-Android`](https://github.com/bazelbuild/bazel/labels/team-Android){: .external}: Issues for Android team
* Contact: [ahumesky](https://github.com/ahumesky){: .external}
* [`team-Bazel`](https://github.com/bazelbuild/bazel/labels/team-Bazel){: .external}: General Bazel product/strategy issues
* Contact: [sventiffe](https://github.com/sventiffe){: .external}
* Contact: [meisterT](https://github.com/meisterT){: .external}
* [`team-CLI`](https://github.com/bazelbuild/bazel/labels/team-CLI){: .external}: Console UI
* Contact: [meisterT](https://github.com/meisterT){: .external}
* [`team-Configurability`](https://github.com/bazelbuild/bazel/labels/team-Configurability){: .external}: Issues for Configurability team. Includes: Core build configuration and transition system. Does *not* include: Changes to new or existing flags
* Contact: [gregestren](https://github.com/gregestren){: .external}
* [`team-Core`](https://github.com/bazelbuild/bazel/labels/team-Core){: .external}: Skyframe, bazel query, BEP, options parsing, bazelrc
* Contact: [haxorz](https://github.com/haxorz){: .external}
* [`team-Documentation`](https://github.com/bazelbuild/bazel/labels/team-Documentation){: .external}: Issues for Documentation team
* Contact: [philomathing](https://github.com/philomathing){: .external}
* [`team-ExternalDeps`](https://github.com/bazelbuild/bazel/labels/team-ExternalDeps){: .external}: External dependency handling, Bzlmod, remote repositories, WORKSPACE file
* Contact: [meteorcloudy](https://github.com/meteorcloudy){: .external}
* [`team-Loading-API`](https://github.com/bazelbuild/bazel/labels/team-Loading-API){: .external}: BUILD file and macro processing: labels, package(), visibility, glob
Expand All @@ -197,7 +196,7 @@ issues.
* [`team-Rules-API`](https://github.com/bazelbuild/bazel/labels/team-Rules-API){: .external}: API for writing rules/aspects: providers, runfiles, actions, artifacts
* Contact: [comius](https://github.com/comius){: .external}
* [`team-Rules-CPP`](https://github.com/bazelbuild/bazel/labels/team-Rules-CPP){: .external} / [`team-Rules-ObjC`](https://github.com/bazelbuild/bazel/labels/team-Rules-ObjC){: .external}: Issues for C++/Objective-C rules, including native Apple rule logic
* Contact: [oquenchil](https://github.com/oquenchil){: .external}
* Contact: [buildbreaker2021](https://github.com/buildbreaker2021){: .external}
* [`team-Rules-Java`](https://github.com/bazelbuild/bazel/labels/team-Rules-Java){: .external}: Issues for Java rules
* Contact: [hvadehra](https://github.com/hvadehra){: .external}
* [`team-Rules-Python`](https://github.com/bazelbuild/bazel/labels/team-Rules-Python){: .external}: Issues for the native Python rules
Expand Down

0 comments on commit efc31d0

Please sign in to comment.