Skip to content

Contributing

Groundbreaking edited this page Aug 29, 2025 · 1 revision

Contributing Guide

Development Setup

git clone https://github.com/groundbreakingmc/fission.git
cd fission
./gradlew clean test build

Running Benchmarks

./gradlew jmh

Pull Request Process

  1. Fork the repository
  2. Create feature branch
  3. Add tests and benchmarks
  4. Update documentation
  5. Submit PR with description

Clone this wiki locally