Cask uses Rust's Code of Conduct. In the forums, every community member must follow the rules and values expressed there
Code style follows Rust's style.
- Format with rustfmt
- Lint with clippy
- File name follows the principle of underline splicing
-
Fork repository
Click the button [Fork] on the web
-
Clone your forked repository
git clone https://github.com/<username>/cask.rs cd cask.rs
-
Checkout to a new branch
git checkout -b fix_bug
Then add or modify the code.
-
Commit the changes
git commit -m "<commit message>" git push
-
Create a pull request
Follow the instructions, create a PR on Github and wait for review.