A collection of styles/best practices.
- Business
- Communication
- Design
- Operations
- Programming
- Tools
None.
Open a terminal window and execute one of the following setup sequences depending on your version preference:
Current Version (stable):
git clone https://github.com/bkuhlmann/style_guides.git
cd style_guides
git checkout v0.15.0
Master Version (unstable):
git clone https://github.com/bkuhlmann/style_guides.git
cd style_guides
Read/use the *.md (Markdown) documents located in the subfolders.
Read Semantic Versioning for details. Briefly, it means:
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.
Read CONTRIBUTING for details.
Copyright (c) 2013 Alchemists. Read LICENSE for details.
Read CHANGES for details.
Developed by Brooke Kuhlmann at Alchemists.