Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 477 Bytes

Contributing

We'd love for you to contribute to this project. You can do that by either submitting issues or pull requests.

Submitting Changes

Before submitting a change:

  • Verify that every commit passes all tests (make test)
  • Include tests for the new feature of bug fix
  • Make sure the code passes the included linter rules (make lint, make vet)

Once every works as expected:

  • Push your changes to a branch in your fork of the repository
  • Submit a pull request