Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 381 Bytes

File metadata and controls

11 lines (9 loc) · 381 Bytes

Contributing to NebulaFS

Workflow

  • Use feature branches and open PRs.
  • Use Conventional Commits (feat:, fix:, chore:, docs:, refactor:, test:, perf:, ci:, build:, revert:).
  • Run cmake --preset debug and tests before submitting.

Code Style

  • C++20, RAII, no raw owning pointers.
  • Doxygen-style docs for public methods.
  • Commenting guidelines: docs/code-style.md.