Updated Development Process & Standards (markdown)

Alex Grin 2017-07-19 12:43:17 -04:00
parent 74513af14a
commit 4fd5d301c2

@ -13,7 +13,7 @@
# Code Standards
1. Every commit in master should work and pass tests/linting
2. See [Branching-and-Merging] for how to git
2. See [Branching-and-Merging](https://github.com/lbryio/lbry/wiki/Branching-and-Merging) for how to git
3. Commit messages should be informative, usable for release notes, and provide context/explanation for the change being made
4. Commits on master should stand-alone
5. Force pushes on feature branches are allowed; please commit early and often, but clean-up the mess before merging into master.