summaryrefslogtreecommitdiff
path: root/contributors/guide/pull-requests.md
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-06-19 04:57:59 -0700
committerGitHub <noreply@github.com>2020-06-19 04:57:59 -0700
commite3be97eddfefc6956e4e222f45f8dc15a34cb44a (patch)
tree862cde4362c89e646a341f18d197c16fa123e47f /contributors/guide/pull-requests.md
parentfd5df0deed97536095a28c4f881bb5ce6247f85f (diff)
parent427ccfbc7d423d8763ed756f3b8c888b7de3cf34 (diff)
Merge pull request #4870 from mrbobbytables/add-guide-descriptions
Add frontmatter descriptions to the contributor guide docs
Diffstat (limited to 'contributors/guide/pull-requests.md')
-rw-r--r--contributors/guide/pull-requests.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md
index 6a267a58..083b8c1a 100644
--- a/contributors/guide/pull-requests.md
+++ b/contributors/guide/pull-requests.md
@@ -1,7 +1,11 @@
---
title: "Pull Request Process"
weight: 5
-slug: "pull-requests"
+description: |
+ Explains the process and best practices for submitting a pull request
+ to the Kubernetes project and its associated sub-repositories. It should serve
+ as a reference for all contributors, and be useful especially to new or
+ infrequent submitters.
---
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 sub-repositories. It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters.