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
- Intend to keep changes as small as practical - i.e, don't make changes to multiple sections at once
- Create a branch describing the change you are making, e.g.
add-commit-amending-howto
- 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.