To start your contribution, please follow the steps below:
-
Create a fork of this repo
-
Git clone your fork to your machine
git clone url://to.your/github/fork.git
- Use dev branch, commits targetting main will be ignored.
git checkout -b dev remotes/upstream/dev
-
Make changes as you want
-
Commit your changes
git commit -m "concise message of the change"
Tip: you can set up code signing and add -S to the commit command above to get a verified check mark
- Push your changes
git push
- Create pull request on GitHub
No Direct Commits
Follow the Rust Styling Guideline