Skip to content

Feedback & contributing

Gastón Palomeque edited this page Feb 5, 2021 · 2 revisions

Feedback

We would really appreciate your feedback, feel free to leave your comment here.

Contributing

Any contribution is welcome. We appreciate your time and help. Please follow these steps to do it:

Do not hesitate to leave any ideas here.

  1. Fork the repository on Github
  2. Clone your fork - git clone github.com/<your-username>/kure.git
  3. Create your feature branch - git checkout -b <your-branch>
  4. Make changes, update documentation and tests
  5. Run tests - make test-race
  6. Add them to staging - git add .
  7. Commit your changes - git commit -m '<changes>'
  8. Push to the branch - git push origin <your-branch>
  9. Create a Pull request