Skip to content

Commit

Permalink
Add CHANGELOG and docs to pull review process
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Nov 25, 2012
1 parent 77f8224 commit 24b94da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/contributing.rst
Expand Up @@ -109,6 +109,11 @@ branch and it will become part of CKAN!
see `Feature Branches`_.
- Your branch should contain new or changed tests for any new or changed
code, see :ref:`Testing`.
- Your branch should contain updates to the
`CHANGELOG file <https://github.com/okfn/ckan/blob/master/CHANGELOG.txt>`_
briefly summarising your code changes.
- Your branch should contain new or updated documentation for any new or
updated code, see :doc:`contributing-docs`.
- Your branch should be up to date with the master branch of the central
CKAN repo, see `Keeping Up with master`_.
- All the CKAN tests should pass on your branch, see :doc:`test`.
Expand Down

0 comments on commit 24b94da

Please sign in to comment.