update readme

This commit is contained in:
yggverse 2024-10-08 07:42:10 +03:00
parent b1cf534e66
commit 35772b436c

View File

@ -73,10 +73,15 @@ Guide and protocol draft
### Contribution
* before commit, make sure:
* Before commit, please make sure:
* new branch created for every new PR `git checkout -b 'contribution-name'`
* new code follows common [rustfmt](https://rust-lang.github.io/rustfmt/) style `cargo fmt --check`
### Releases
* Package version should be increased immediately after release on [crates.io](https://crates.io/crates/yoda) and before apply any change in repository
* Until project in development, profile data stored in separated sub-directory, for every new release version
## See also
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation