From e21777f80567f5afc5845255b0a959ce318a3638 Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Mon, 19 Dec 2016 15:24:25 -0500 Subject: [PATCH] chore(docs): add how to submit proposals --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d58d3460..a00a95ac2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,11 @@ Follow either of the two links above to access the appropriate CLA and instructi ***NOTE***: Only original source code from you and other people that have signed the CLA can be accepted into the main repository. -## How to Contribute A Patch +## How to Submit a Proposal + +Submit proposals through the issue queue. The title of your issue should start with `PROPOSAL:`. + +## How to Contribute a Patch 1. If you haven't already done so, sign a Contributor License Agreement (see details above). 1. Fork the desired repo, develop and test your code changes.