Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 1.26 KB

Contributing

Contributions of all kinds, including discussion, corrections, additions, and improvements, are welcome!

Any member of the Chingu organization can directly contribute to the repo. However, please don't directly edit the master branch (even though it's all just markdown) because we want to practice GitHub flow

  1. Intend to keep changes as small as practical - i.e, don't make changes to multiple sections at once
  2. Create a branch describing the change you are making, e.g. add-commit-amending-howto
  3. Open a Pull Request (PR) from your branch into master assigning an "editor" for review.

Again, this is a very new repo - so we'll be figuring this out as we go along. Contributions from non-Chingu users will also be welcome, but a fork will be required.

The vision is to eventually make this something like the Open Guide to AWS but for collaborating on code with Git, GitHub and the myriad other tools which make up the workflow for distributed, open source code creation.