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
- Fork the repository on GitHub
- 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
-
Clone the repository
git clone https://github.com/njayp/ophis.git cd ophis -
Run dependencies, tests, linter, and builder
make