Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "ContributorWorkflow" page has been changed by VolkerMische: http://wiki.apache.org/couchdb/ContributorWorkflow?action=diff&rev1=16&rev2=17 Comment: Added section about the CHANGES and NEWS files $ git commit -am "Fix typo in foobar setting comments." }}} + ==== Updating CHANGES and NEWS ==== + + Once you are happy with your changes, you should also update the CHANGES and/or NEWS file in the source root directory. The CHANGES file contains information about all changes, the target audience is developers that want to have a quick overview what got changed/fixed in a release. The NEWS file contains less information and should give a broad overview of what's happening in a release. Think of NEWS as a list that can be used to announce a new release. + + ==== Prepare to Send Pull Request ==== Before sending the pull request, you should ensure that your changes merge cleanly with the main repository. You can do this by pulling the latest changes from the main repository back into our master. We make sure that our master is always in sync before issuing pull requests:
