We expect all contributors to follow a set of rules and also follow CODE OF CONDUCT.
- Create a separate branch:
- If it's a fix, name the branch
fix/yourfixname
. - If it's a feature, name the branch
feature/yourfeature
. - If it cannot be determined, name the branch
misc/yourplansandwishes
.
- If it's a fix, name the branch
- Once you are done with everything, please format using with
just format
. Project prefers using the nightly version ofcargo fmt
. Optional but recommended. - Open a PR. Wait for someone to review.
- Wait for the review to tell you what to resolve.
- Resolve any issues.
- Get your PR approved
- Win.
- END. Now go have a coffee.