Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

File metadata and controls

9 lines (6 loc) · 360 Bytes

CONTRIBUTING

Thank you for your interest in contributing to NeuroHTTP!

  • Fork the repo and create a branch: feature/your-feature or fix/your-fix
  • Follow the C coding style in docs/CODING_STYLE.md (use clang-format if present)
  • Write tests under tests/ and ensure make test passes
  • Submit a PR and describe motivation, design, and test plan