From b01b9bd53354d2abcecc16cf793388dfff4180b6 Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Thu, 29 Dec 2016 00:11:38 -0600 Subject: [PATCH] [ci skip] Removing the not accepting help line from the contributing doc. --- contributing.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contributing.md b/contributing.md index 352f2eebadf8..035ceefd7a18 100644 --- a/contributing.md +++ b/contributing.md @@ -3,10 +3,7 @@ ## Contributions (not) -We are not accepting contributions from the public until a stable enough base has been formed, and our plans fleshed out and things settle down a little bit. -At that point, we will welcome your comments and help creating the best framework for our community. - -Once the repository is opened to the community, we expect all contributions to conform to our style guide, be commented (inside the PHP source files), +We expect all contributions to conform to our style guide, be commented (inside the PHP source files), be documented (in the user guide), and unit tested (in the test folder). ## Issues @@ -97,4 +94,4 @@ If you are using command-line you can do the following: 2. `git pull codeigniter develop` 3. `git push origin develop` -Now your fork is up to date. This should be done regularly, or before you send a pull request at least. \ No newline at end of file +Now your fork is up to date. This should be done regularly, or before you send a pull request at least.