You're very welcomed to be a contributor to Come! 🎉
This document will show you the best practice of doing some contribution to this repo.
- Fork this repo under your own GitHub account.
- Clone it to your computer
git clone https://github.com/<your GitHub username>/come
All you need is to install rust
.
You need to new
a branch with a meaningful name and checkout
it.
You can modify whatever you want!
cargo build
cargo test
git add <new file>
git commit -m "<a meaningful message>"
git push
Create a pull request on shuosc/come
, and check if your code can pass all the tests.
We'll check the pull request now and then, you may also request a review manually if you like.
Feel free to open an issue here!