Join our Discord server to discuss the project and get help.
- Confirm to the project coding style.
- Use
clang-formatto 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.