By participating in this project, you agree to abide by the thoughtbot code of conduct.
Fork, then clone the repo:
git clone https://github.com/tezedge/tezedge.git
Make your change. Add tests for your change. Make the tests pass:
cargo test --release
We are using gitflow workflow.
So, push to your fork and submit a pull request. Open pull request to:
- master - if you want to fix latest release
- develop - otherwise (changes, improvements, refactors, ...)
We like to review and comment on pull requests as soon as possible.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Write a good commit message.
- Sign a commit.
For more informations see Contribution