1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-26 12:03:03 +03:00
digga/doc/CONTRIBUTING.md

17 lines
730 B
Markdown
Raw Normal View History

# TL;DR;
- **Target Branch**: `main`
2021-08-04 19:18:23 +03:00
- **Merge Policy**: [`bors`][bors] is always right (→ `bors try`)
- **Docs**: every change set is expected to contain doc updates
- **Commit Msg**: be a poet! Comprehensive and explanatory commit messages
should cover the motivation and use case in an easily understandable manner
even when read after a few months.
- **Test Driven Development**: please default to test driven development you can
make use of the `./examples` & `./e2e` and wire test up in the devshell.
### Within the Devshell (`nix develop`)
- **Hooks**: please `git commit` within the devshell
- **Fail Early**: please run `check-all` from within the devshell on your local machine
[bors]: https://bors.tech