Skip to content

Commit

Permalink
[#618] Move Coding Standards link to top of CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
Make it more prominent.
  • Loading branch information
Sean Hammond committed Apr 10, 2013
1 parent 3428f8a commit 2ab6084
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.rst
Expand Up @@ -15,6 +15,13 @@ your code to a feature branch on your fork, then make a pull request for your
branch on the central CKAN repo. We'll go through each step in detail below...


Coding Standards
----------------

When writing code for CKAN, try to follow our
`coding standards <http://docs.ckan.org/en/latest/#for-ckan-developers>`_.


Fork CKAN on GitHub
-------------------

Expand Down Expand Up @@ -132,13 +139,6 @@ When merging a feature or bug branch into master:
- Use the ``--no-ff`` option in the ``git merge`` command,


Coding Standards
----------------

When writing code for CKAN, try to follow our
`coding standards <http://docs.ckan.org/en/latest/#for-ckan-developers>`_.


====================================
Contributing to CKAN's Documentation
====================================
Expand Down

0 comments on commit 2ab6084

Please sign in to comment.