diff --git a/Development-Process-&-Standards.md b/Development-Process-&-Standards.md index d74fd7a..50c40a1 100644 --- a/Development-Process-&-Standards.md +++ b/Development-Process-&-Standards.md @@ -13,7 +13,7 @@ # Code Standards 1. Every commit in master should work and pass tests/linting -2. See [Branching-and-Merging](https://github.com/lbryio/lbry/wiki/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.