Contributing

Contribute to NeuroMIB

Help improve benchmark logic, docs, tests, and website quality.

Typical Contribution Steps

git checkout -b feature/my-improvement
python -m pytest -q
git commit -m "Describe the change"
git push origin feature/my-improvement

Contribution Areas

  • Benchmark generation and evaluation logic
  • Submission and scoring documentation
  • Website clarity and usability improvements
  • Tests and CI reliability