Community
Join the Community
VernisOS is built by the community. Join us on GitHub, Discord, or contribute directly.
Guidelines
Contributing
Code Style
- โC: GNU99 standard
- โRust: no_std only
- โAssembly: NASM syntax
- โ4-space indentation
Commit Messages
- โUse conventional commits
- โReference issues when applicable
- โKeep commits focused and atomic
Pull Requests
- โDescribe what and why
- โInclude test results
- โLink related issues
- โKeep PRs small and focused