Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 663 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 663 Bytes

SemverBot Contributions

How to setup your development environment

  1. Install Go v1.21.x, for example:

  2. Install Nushell

  3. Run following command to install all dependencies

    make provision
  4. During development use following commands:

    To format your code, run:

    make format

    To perform quality assessment checks, run:

    make check

    To test your code, run:

    make test