ares/CONTRIBUTING.md

22 lines
489 B
Markdown
Raw Normal View History

2023-02-03 22:58:27 +03:00
# Contributing to New Mars
## Style
Hoon should generally follow the kernel style.
Rust code must pass `cargo fmt --check`.
## Branch naming
Please name your branch `<your gh username>/<something descriptive>`:
An exception is given if you have established use of a different personal prefix
(e.g. your first name) throughout the codebase.
Examples:
- `eamsden/cap-jet`
- `philip/optimized-jam-algorithm`
## PR reviews
Don't merge without them, don't forget to do them for others.