2021-07-21 04:41:00 +03:00
|
|
|
# TL;DR;
|
2022-11-08 17:06:32 +03:00
|
|
|
|
2021-07-21 04:41:00 +03:00
|
|
|
- **Target Branch**: `main`
|
2022-03-31 17:13:13 +03:00
|
|
|
- **Merge Policy**: green check: merge away. yellow circle: have patience. red x: try again.
|
2021-08-04 19:18:23 +03:00
|
|
|
- **Docs**: every change set is expected to contain doc updates
|
2022-11-08 17:06:32 +03:00
|
|
|
- **Commit Msg**: be a poet! Comprehensive and explanatory commit messages
|
2021-07-21 04:41:00 +03:00
|
|
|
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
|
2022-11-08 17:06:32 +03:00
|
|
|
make use of the `./examples` & `./e2e` and wire test up in the devshell.
|
2021-07-21 04:41:00 +03:00
|
|
|
|
|
|
|
### Within the Devshell (`nix develop`)
|
2022-11-08 17:06:32 +03:00
|
|
|
|
2021-07-21 04:41:00 +03:00
|
|
|
- **Hooks**: please `git commit` within the devshell
|
|
|
|
- **Fail Early**: please run `check-all` from within the devshell on your local machine
|