Monolake is still relatively incomplete, and we welcome anyone to contribute.
This project complies with the Rust Code of Conduct. Violations can be reported to the administrator via email: [email protected] / [email protected]
We welcome any code contributions, please try to make them follow the following rules:
- Pass the test and format. Although we have CI to automate testing, it is recommended that you pass
cargo test
andcargo fmt
locally before submitting. - In the PR, describe your problem to be solved, thought to solve the problem, and architecture design in as much detail as possible. And as far as possible, the working logic of the code is described through rich documents.
- Describe your commit concisely and clearly in the git message.
It is recommended to use GPG to sign your commit.