Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 683 Bytes

File metadata and controls

15 lines (11 loc) · 683 Bytes

Contributing to MONOLITH (Draft)

Communication

Join our Discord server to discuss the project and get help.

Code submission policy

  • Confirm to the project coding style.
  • Use clang-format to automatically format C files.
  • Choose expressive names for variables, functions, and types.
  • When declaring functions in header files, make sure to document their purpose and usage.
  • When implementing specifications, provide link(s) to relevant resources (specifications documents, OSDev Wiki articles, etc...).
  • Make your commits atomic and self-contained.
  • Write meaningful commit messages.