Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 1.25 KB

Contributing

Found a problem? Have a question? open an issue.

We also love pull requests from everyone, feel free to open one, but remember to follow the guidelines:

  1. Double check the roadmap, there might be someone already working on similar tasks.

  2. Fork, then clone the repo:

git clone [email protected]:your-username/voik.git
  1. Set up your machine:
make build
  1. Make sure the tests pass:
make test
  1. Make your changes. Add tests for your changes. Make the tests pass:
make test

ProTip: you can use make test_watcher to run the tests on every change.

  1. Push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted: