From 84c392b11b32bc71f2ac24564f5c9446ebf62891 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Tue, 8 May 2018 10:44:05 -0700 Subject: [PATCH] tighten verbiage in contributing.md --- CONTRIBUTING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd34b6ff7..753bdb0d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,17 +13,13 @@ the repo in question. 1. The [repo owners](OWNERS) will respond to your issue promptly. -1. If your proposed change is accepted, and you haven't - already done so, sign a Contributor License - Agreement (see details above). -1. Fork the desired repo, develop and test your code. - See the [github workflow guide] for more information. -1. For new features, provide a markdown based demo following - the pattern established in the `demos` directory. +1. Fork the repo, develop and test your code. + See the [github workflow guide]. +1. For _new features_, provide a markdown-based demo following + the pattern established in the [demos](demos) directory. Run `bin/pre-commit.sh` to test your demo. 1. Submit a pull request. - ## Community, discussion, contribution, and support Learn how to engage with the Kubernetes community on