V
VernisOS
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