Merge pull request #36817 from skippbox/readme
Automatic merge from submit-queue improve readme for contributor experience **What this PR does / why we need it**: This improves the top-level README. Removes broken links, removes links to make you bounce to another page, adds proper links to docs. Shuffles things around a bit and improves reading. @kubernetes/contributor-experience
This commit is contained in:
commit
8b07499d77
|
|
@ -30,7 +30,7 @@ redirect users to Slack. Also check out the
|
||||||
In general, try to direct support questions to:
|
In general, try to direct support questions to:
|
||||||
|
|
||||||
1. Documentation, such as the [user guide](../user-guide/README.md) and
|
1. Documentation, such as the [user guide](../user-guide/README.md) and
|
||||||
[troubleshooting guide](../troubleshooting.md)
|
[troubleshooting guide](http://kubernetes.io/docs/troubleshooting/)
|
||||||
|
|
||||||
2. Stackoverflow
|
2. Stackoverflow
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ These guidelines say *what* to do. See the Rationale section for *why*.
|
||||||
|
|
||||||
If you have a cluster partially working, but doing all the above steps seems like too much work,
|
If you have a cluster partially working, but doing all the above steps seems like too much work,
|
||||||
we still want to hear from you. We suggest you write a blog post or a Gist, and we will link to it on our wiki page.
|
we still want to hear from you. We suggest you write a blog post or a Gist, and we will link to it on our wiki page.
|
||||||
Just file an issue or chat us on [Slack](../troubleshooting.md#slack) and one of the committers will link to it from the wiki.
|
Just file an issue or chat us on [Slack](http://slack.kubernetes.io) and one of the committers will link to it from the wiki.
|
||||||
|
|
||||||
## Development Distro Guidelines
|
## Development Distro Guidelines
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue