diff options
| author | jdumars <jdumars@gmail.com> | 2018-08-11 12:36:56 -0700 |
|---|---|---|
| committer | jdumars <jdumars@gmail.com> | 2018-08-11 12:36:56 -0700 |
| commit | cec8997e80854fc9359331826fcb0a967ffd1f0a (patch) | |
| tree | b0a581c201d324fce3424e27b2534bc1c707d14f /github-management/opening-a-request.md | |
| parent | 1f259dce2c74c4d8e98cbb5b732018730c033ddd (diff) | |
| parent | b33dca0b5bffcc9513cb5f4cb00a05b1812c4b94 (diff) | |
Merge branch 'master' of https://github.com/kubernetes/community into apireviews
Diffstat (limited to 'github-management/opening-a-request.md')
| -rw-r--r-- | github-management/opening-a-request.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/github-management/opening-a-request.md b/github-management/opening-a-request.md new file mode 100644 index 00000000..b0088647 --- /dev/null +++ b/github-management/opening-a-request.md @@ -0,0 +1,33 @@ +# Opening a issue for support with GitHub + +## GitHub issues + +If you need help with the following: +- Permissions issues +- Organization membership +- Third-party integrations +- Webhooks +- Repository creation/migration +- Repository archival +- Other repository and configuration issues + +Please open an issue against the [kubernetes/org] repository describing your +issue. If your request is urgent, please escalate to **[@kubernetes/owners]**. + +## Bot/Automation issues + +If you need help with the following: +- Bot configuration +- Automatic merging +- Issue labelling +- Automation feedback and feature requests + +Please open an issue against the [kubernetes/test-infra] repository describing +your issue. If your request is urgent, please escalate to the +[test-infra on-call] or reach out to `#testing-ops` on Slack. + + +[kubernetes/org]: https://github.com/kubernetes/org/issues +[@kubernetes/owners]: https://github.com/orgs/kubernetes/teams/owners +[kubernetes/test-infra]: https://github.com/kubernetes/test-infra/issues +[test-infra on-call]: https://go.k8s.io/oncall |
