Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

How to contribute

First, thanks for your contribution!

0, fork your own "turbo" and "git clone".

1, make sure all tests pass.

cd github.com/vaporz/turbo
make test

2, work work work

3, Add new tests to cover your change, and repeat step 1, make sure all tesets pass.

4, Create a pull request.