diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-11-26 12:05:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-26 12:05:14 -0800 |
| commit | 0976be875c69215129b684e96684ca9b8a316911 (patch) | |
| tree | 3425dd2b63c4741a3b410b9482639ea92833d9e5 /sig-openstack | |
| parent | 22d4ad7e3dd58270ad741ad7d9e18c159ce5632f (diff) | |
| parent | 5baa99dbf65146bacb67267e2030fa2334146fc1 (diff) | |
Merge pull request #1433 from cblecker/github-teams
Automatic merge from submit-queue.
List teams for each sig in sig docs
fixes #702, fixes #677
This adds a listing of all the teams for each sig to the sig docs. This helps for things like mentioning them in issues, as they're only visible to org members.
Note that this is manually generated. I know this isn't optimal, but I don't want to restrict docs generation to only those in the org.
Diffstat (limited to 'sig-openstack')
| -rw-r--r-- | sig-openstack/README.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/sig-openstack/README.md b/sig-openstack/README.md index f70cc52b..4f2401f5 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -26,14 +26,19 @@ Meeting recordings can be found [here](https://www.youtube.com/watch?v=iCfUx7ilh * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fopenstack) ## GitHub Teams -* [@sig-openstack-misc](https://github.com/kubernetes/teams/sig-openstack-misc) -* [@sig-openstack-test-failures](https://github.com/kubernetes/teams/sig-openstack-test-failures) -* [@sig-openstack-bugs](https://github.com/kubernetes/teams/sig-openstack-bugs) -* [@sig-openstack-feature-requests](https://github.com/kubernetes/teams/sig-openstack-feature-requests) -* [@sig-openstack-proposals](https://github.com/kubernetes/teams/sig-openstack-proposals) -* [@sig-openstack-pr-reviews](https://github.com/kubernetes/teams/sig-openstack-pr-reviews) -* [@sig-openstack-api-reviews](https://github.com/kubernetes/teams/sig-openstack-api-reviews) +The below teams can be mentioned on issues and PRs in order to get attention from the right people. +Note that the links to display team membership will only work if you are a member of the org. + +| Team Name | Details | Description | +| --------- |:-------:| ----------- | +| @kubernetes/sig-openstack-api-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-api-reviews) | API Changes and Reviews | +| @kubernetes/sig-openstack-bugs | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-bugs) | Bug Triage and Troubleshooting | +| @kubernetes/sig-openstack-feature-requests | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-feature-requests) | Feature Requests | +| @kubernetes/sig-openstack-misc | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-misc) | General Discussion | +| @kubernetes/sig-openstack-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-pr-reviews) | PR Reviews | +| @kubernetes/sig-openstack-proposals | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-proposals) | Design Proposals | +| @kubernetes/sig-openstack-test-failures | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-test-failures) | Test Failures and Triage | <!-- BEGIN CUSTOM CONTENT --> |
