summaryrefslogtreecommitdiff
path: root/contributors/guide/github-workflow.md
diff options
context:
space:
mode:
authorBob Killen <bob.killen@linux.com>2020-06-18 22:00:10 -0400
committerBob Killen <bob.killen@linux.com>2020-06-19 07:44:44 -0400
commit427ccfbc7d423d8763ed756f3b8c888b7de3cf34 (patch)
tree862cde4362c89e646a341f18d197c16fa123e47f /contributors/guide/github-workflow.md
parentfd5df0deed97536095a28c4f881bb5ce6247f85f (diff)
Add frontmatter descriptions to the contributor guide docs
Diffstat (limited to 'contributors/guide/github-workflow.md')
-rw-r--r--contributors/guide/github-workflow.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md
index aae63e63..f88c45c9 100644
--- a/contributors/guide/github-workflow.md
+++ b/contributors/guide/github-workflow.md
@@ -1,7 +1,10 @@
---
title: "GitHub Workflow"
weight: 6
-slug: "github-workflow"
+description: |
+ An overview of the GitHub workflow used by the Kubernetes project. It includes
+ some tips and suggestions on things such as keeping your local environment in
+ sync with upstream and commit hygiene.
---
![Git workflow](git_workflow.png)