Skip to content

Commit

Permalink
Tweak navigation titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Linville committed Aug 6, 2018
1 parent 386f835 commit 5db4d63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion content/en/docs/contribute/advanced.md
@@ -1,6 +1,5 @@
---
title: Advanced contributing
linktitle: Advanced
slug: advanced
content_template: templates/concept
weight: 30
Expand Down
10 changes: 5 additions & 5 deletions content/en/docs/contribute/intermediate.md
@@ -1,6 +1,5 @@
---
title: Intermediate contributing
linktitle: Intermediate
slug: intermediate
content_template: templates/concept
weight: 20
Expand Down Expand Up @@ -92,7 +91,9 @@ the number of lines the PR changes.
#### Reviewers and approvers

The Kubernetes website repo operates differently than some of the Kubernetes
code repositories when it comes to the roles of reviewers and approvers.
code repositories when it comes to the roles of reviewers and approvers. For
more information about the responsibilities of reviewers and approvers, see
[Participating](/docs/contribute/participating/). Here's an overview.

- A reviewer reviews pull request content for technical accuracy. A reviewer
indicates that a PR is technically accurate by leaving a `/lgtm` comment on
Expand Down Expand Up @@ -504,7 +505,6 @@ changes look like, you can use the `hugo` command to stage the changes locally.
or just close the terminal window.



## Triage and categorize issues

In any given week, a specific docs approver volunteers to do initial
Expand Down Expand Up @@ -620,7 +620,7 @@ for bugs with features (kubernetes/kubernetes is a great place to start).

Sample response to a request for support:

```
```none
This issue sounds more like a request for support and less
like an issue specifically for docs. I encourage you to bring
your question to the `#kubernetes-users` channel in
Expand All @@ -637,7 +637,7 @@ If this is a documentation issue, please re-open this issue.

Sample code bug report response:

```
```none
This sounds more like an issue with the code than an issue with
the documentation. Please open an issue at
https://github.com/kubernetes/kubernetes/issues.
Expand Down
1 change: 0 additions & 1 deletion content/en/docs/contribute/start.md
@@ -1,6 +1,5 @@
---
title: Start contributing
linktitle: Start
slug: start
content_template: templates/concept
weight: 10
Expand Down

0 comments on commit 5db4d63

Please sign in to comment.