Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 541 Bytes

File metadata and controls

19 lines (14 loc) · 541 Bytes

Contributing to AuthTranslator

Thank you for your interest in contributing! This project uses the standard Go toolchain and keeps the workflow simple.

Development workflow

  1. Run the precommit checks to format, vet and lint your code:

    make precommit
    make tidy
  2. Run the CI checks locally:

    make ci
  3. Commit your changes and open a pull request on GitHub targeting the main branch.

We appreciate bug fixes, new features and improvements to the documentation. Thanks for contributing!