Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 944 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 944 Bytes

Contributing

Monolake is still relatively incomplete, and we welcome anyone to contribute.

Code of Conduct

This project complies with the Rust Code of Conduct. Violations can be reported to the administrator via email: [email protected] / [email protected]

Pull Requests

We welcome any code contributions, please try to make them follow the following rules:

  1. Pass the test and format. Although we have CI to automate testing, it is recommended that you pass cargo test and cargo fmt locally before submitting.
  2. 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.
  3. Describe your commit concisely and clearly in the git message.

It is recommended to use GPG to sign your commit.