CONTRIBUTING.md

September 27, 2025 ยท View on GitHub

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/njayp/ophis.git
    cd ophis
    
  2. Run dependencies, tests, linter, and builder

    make