Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 572 Bytes

File metadata and controls

30 lines (20 loc) · 572 Bytes

Thank you for contributing to Ophis! Your efforts help make this project better for everyone.

How to Contribute

  1. Fork the repository on GitHub
  2. Push changes to your fork and submit a pull request

Development Setup

Prerequisites

  • Go 1.24 or later
  • golangci-lint (for linting)
  • Make (for build automation)
  • Mage (for build automation)

Setup Steps

  1. Clone the repository

    git clone https://github.com/onexstack/cobrax.git
    cd cobrax
  2. Run dependencies, tests, linter, and builder

    make