Merge pull request #3772 from castrojo/contrib-metadata

Add hugo metadata to the contributor guides. Fixes #3769
This commit is contained in:
Kubernetes Prow Robot 2019-06-06 07:18:14 -07:00 committed by GitHub
commit 19e0013d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 70 additions and 17 deletions

View File

@ -1,4 +1,9 @@
# Kubernetes Contributor Guide
---
title: "Kubernetes Contributor Guide"
weight: 1
slug: "guide"
---
<!--
Contributing to this document?

View File

@ -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/

View File

@ -1,6 +1,8 @@
# Coding Conventions
Updated: 1/24/2018
---
title: "Coding Conventions"
weight: 1
slug: "coding-conventions"
---
**Table of Contents**

View File

@ -1,4 +1,8 @@
# On Collaborative Development
---
title: "Collaborative Development"
weight: 1
slug: "collab"
---
## Code reviews

View File

@ -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.

View File

@ -1,4 +1,8 @@
## Workflow
---
title: "GitHub Workflow"
weight: 1
slug: "github"
---
![Git workflow](git_workflow.png)

View File

@ -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

View File

@ -1,4 +1,8 @@
# Kubernetes Issue Triage Guidelines
---
title: "Issue Triage Guidelines"
weight: 1
slug: "issue-triage"
---
## Purpose

View File

@ -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.*

View File

@ -1,4 +1,8 @@
# OWNERS files
---
title: "OWNERS Files"
weight: 1
slug: "owners"
---
## Overview

View File

@ -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.

View File

@ -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.

View File

@ -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*

View File

@ -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].