summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge O. Castro <jorgec@vmware.com>2019-06-04 10:28:53 -0400
committerJorge O. Castro <jorgec@vmware.com>2019-06-04 15:24:44 -0400
commitb5f3b03205dc3cac59caa560216e94bd5eee95a3 (patch)
tree13cb06aa120b32eb3c0aecb0652c2f5e4f09c0ae
parent605cce23b7a358f34380de19129f04322558d48f (diff)
Add hugo metadata to the contributor guides
Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
-rw-r--r--contributors/guide/README.md7
-rw-r--r--contributors/guide/bug-bounty.md6
-rw-r--r--contributors/guide/coding-conventions.md8
-rw-r--r--contributors/guide/collab.md6
-rw-r--r--contributors/guide/community-expectations.md6
-rw-r--r--contributors/guide/github-workflow.md6
-rw-r--r--contributors/guide/help-wanted.md6
-rw-r--r--contributors/guide/issue-triage.md6
-rw-r--r--contributors/guide/non-code-contributions.md6
-rw-r--r--contributors/guide/owners.md6
-rw-r--r--contributors/guide/pull-requests.md6
-rw-r--r--contributors/guide/release-notes.md6
-rw-r--r--contributors/guide/scalability-good-practices.md6
-rw-r--r--contributors/guide/style-guide.md6
14 files changed, 70 insertions, 17 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md
index b946debb..9c2fcb80 100644
--- a/contributors/guide/README.md
+++ b/contributors/guide/README.md
@@ -1,4 +1,9 @@
-# Kubernetes Contributor Guide
+---
+title: "Kubernetes Contributor Guide"
+weight: 1
+slug: "guide"
+---
+
<!--
Contributing to this document?
diff --git a/contributors/guide/bug-bounty.md b/contributors/guide/bug-bounty.md
index 3ca26006..32b72819 100644
--- a/contributors/guide/bug-bounty.md
+++ b/contributors/guide/bug-bounty.md
@@ -1,4 +1,8 @@
-# Kubernetes Bug Bounty Program
+---
+title: "Bug Bounty Programs"
+weight: 1
+slug: "bounties"
+---
This program is a **work in progress**. This tracks the currently proposed program, but the bug
bounty is not currently active. If you currently have a bug to submit, follow instructions at https://kubernetes.io/docs/reference/issues-security/security/
diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md
index e4eb61f0..ce6f2e1d 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -1,6 +1,8 @@
-# Coding Conventions
-
-Updated: 1/24/2018
+---
+title: "Coding Conventions"
+weight: 1
+slug: "coding-conventions"
+---
**Table of Contents**
diff --git a/contributors/guide/collab.md b/contributors/guide/collab.md
index 73ddebb9..4cd987a3 100644
--- a/contributors/guide/collab.md
+++ b/contributors/guide/collab.md
@@ -1,4 +1,8 @@
-# On Collaborative Development
+---
+title: "Collaborative Development"
+weight: 1
+slug: "collab"
+---
## Code reviews
diff --git a/contributors/guide/community-expectations.md b/contributors/guide/community-expectations.md
index 32543fb0..6a7922fc 100644
--- a/contributors/guide/community-expectations.md
+++ b/contributors/guide/community-expectations.md
@@ -1,4 +1,8 @@
-# Community Expectations
+---
+title: "Community Expectations"
+weight: 1
+slug: "expectations"
+---
Kubernetes is a community project. Consequently, it is wholly dependent on
its community to provide a productive, friendly and collaborative environment.
diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md
index 01ae6e80..48a67fa3 100644
--- a/contributors/guide/github-workflow.md
+++ b/contributors/guide/github-workflow.md
@@ -1,4 +1,8 @@
-## Workflow
+---
+title: "GitHub Workflow"
+weight: 1
+slug: "github"
+---
![Git workflow](git_workflow.png)
diff --git a/contributors/guide/help-wanted.md b/contributors/guide/help-wanted.md
index 1d4594ec..eaee4995 100644
--- a/contributors/guide/help-wanted.md
+++ b/contributors/guide/help-wanted.md
@@ -1,3 +1,9 @@
+---
+title: "Help Wanted and Good First Issue Labels"
+weight: 1
+slug: "help-wanted"
+---
+
# Overview
We use two labels [help wanted](#help-wanted) and [good first
diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md
index 879648a9..651971a4 100644
--- a/contributors/guide/issue-triage.md
+++ b/contributors/guide/issue-triage.md
@@ -1,4 +1,8 @@
-# Kubernetes Issue Triage Guidelines
+---
+title: "Issue Triage Guidelines"
+weight: 1
+slug: "issue-triage"
+---
## Purpose
diff --git a/contributors/guide/non-code-contributions.md b/contributors/guide/non-code-contributions.md
index 34fdfa51..a110090a 100644
--- a/contributors/guide/non-code-contributions.md
+++ b/contributors/guide/non-code-contributions.md
@@ -1,4 +1,8 @@
-# Non-code Contributions
+---
+title: "Non-code Contributions"
+weight: 1
+slug: "non-code"
+---
*This section is new and in progress. Expect this document to change often.*
diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md
index 291bd513..fec09cdd 100644
--- a/contributors/guide/owners.md
+++ b/contributors/guide/owners.md
@@ -1,4 +1,8 @@
-# OWNERS files
+---
+title: "OWNERS Files"
+weight: 1
+slug: "owners"
+---
## Overview
diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md
index a5e9f489..1b5f6fc7 100644
--- a/contributors/guide/pull-requests.md
+++ b/contributors/guide/pull-requests.md
@@ -1,4 +1,8 @@
-# Pull Request Process
+---
+title: "Pull Request Process"
+weight: 1
+slug: "pull-requests"
+---
This doc explains the process and best practices for submitting a pull request to the [Kubernetes project](https://github.com/kubernetes/kubernetes) and its associated subrepositories. It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters.
diff --git a/contributors/guide/release-notes.md b/contributors/guide/release-notes.md
index f0fe0784..ee8bf8aa 100644
--- a/contributors/guide/release-notes.md
+++ b/contributors/guide/release-notes.md
@@ -1,4 +1,8 @@
-# Adding Release Notes
+---
+title: "Adding Release Notes"
+weight: 1
+slug: "adding-release-notes"
+---
On the kubernetes/kubernetes repository, release notes are required for any pull request with user-visible changes, such as bug-fixes, feature additions, and output format changes.
diff --git a/contributors/guide/scalability-good-practices.md b/contributors/guide/scalability-good-practices.md
index 7bed15c2..dfd7bb48 100644
--- a/contributors/guide/scalability-good-practices.md
+++ b/contributors/guide/scalability-good-practices.md
@@ -1,4 +1,8 @@
-# Scalability Good Practices for Kubernetes contributors
+---
+title: "Scalability Good Practices"
+weight: 1
+slug: "scalability-good-practices"
+---
*This document is written for contributors who would like to avoid their code being reverted for performance reasons*
diff --git a/contributors/guide/style-guide.md b/contributors/guide/style-guide.md
index 39d99c7a..babb8eb3 100644
--- a/contributors/guide/style-guide.md
+++ b/contributors/guide/style-guide.md
@@ -1,9 +1,9 @@
---
-title: Documentation Style Guide
+title: "Documentation Style Guide"
+weight: 1
+slug: "documentation-style-guide"
---
-# Documentation Style Guide
-
This style guide is for content in the Kubernetes github [community repository].
It is an extension of the [Kubernetes documentation style-guide].