contributing: add hoon style guide link

This commit is contained in:
Jared Tobin 2019-08-28 13:29:50 -02:30
parent 4dbb224abb
commit 7d8b7435c5
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -142,9 +142,11 @@ compound statement. One thing to watch out for is top-level sections in
source files that are denoted by comments and are actually indented one source files that are denoted by comments and are actually indented one
level. level.
Hoon will be a less familiar language to many contributors. Until we publish Hoon will be a less familiar language to many contributors. We've published
an 'official' style guide, the best advice is again to mimic the code around some [style guidelines for Hoon][hoon], but above all you should try to mimic
you. In general: the more recent the code, the more standard the style. the style of the code around you. With regards to the style used throughout
the codebase: the more recently the code was written, the more standard and
accepted its style is likely to be.
## Kernel development ## Kernel development
@ -241,3 +243,4 @@ Questions or other communications about contributing to Urbit can go to
[repo]: https://github.com/urbit/urbit [repo]: https://github.com/urbit/urbit
[reba]: https://www.atlassian.com/git/tutorials/merging-vs-rebasing [reba]: https://www.atlassian.com/git/tutorials/merging-vs-rebasing
[issu]: https://github.com/urbit/urbit/issues [issu]: https://github.com/urbit/urbit/issues
[hoon]: https://urbit.org/docs/learn/hoon/style/