Skip to content

Commit

Permalink
Merge pull request Yelp#584 from irskep/update-contributing
Browse files Browse the repository at this point in the history
Update contrib guide to discuss config option standards
  • Loading branch information
sudarshang committed Jan 3, 2013
2 parents 1e74c1b + f4b76c0 commit 2e9d183
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -27,5 +27,12 @@ Things that will make your branch more likely to be pulled:
* Reference relevant issue numbers in the tracker
* API backward compatibility

If you add a new configuration option, please try to do all of these things:

* Make its name unambiguous in the context of multiple runners (e.g.
``ec2_task_instance_type`` instead of ``instance_type``)
* Add command line switches that allow full control over the option
* Document the option and its switches in the appropriate file under ``docs``

.. Copied from docs/guides/contributing.rst, which is the canonical text. This
version exists only for Github.
7 changes: 7 additions & 0 deletions docs/guides/contributing.rst
Expand Up @@ -27,6 +27,13 @@ Things that will make your branch more likely to be pulled:
* Reference relevant issue numbers in the tracker
* API backward compatibility

If you add a new configuration option, please try to do all of these things:

* Make its name unambiguous in the context of multiple runners (e.g.
``ec2_task_instance_type`` instead of ``instance_type``)
* Add command line switches that allow full control over the option
* Document the option and its switches in the appropriate file under ``docs``

A quick tour through the code
-----------------------------

Expand Down

0 comments on commit 2e9d183

Please sign in to comment.