Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.02 KB

How to contribute

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