Merge pull request #15033 from hyperlogic/feature/coding-standard

Added coding standard file to repo
This commit is contained in:
Anthony Thibault 2019-04-17 11:06:07 -07:00 committed by GitHub
commit b4a993bec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1009 additions and 1 deletions

1008
CODING_STANDARD.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ Contributing
git checkout -b new_branch_name
```
4. Code
* Follow the [coding standard](https://docs.highfidelity.com/build-guide/coding-standards)
* Follow the [coding standard](CODING_STANDARD.md)
5. Commit
* Use [well formed commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
6. Update your branch