Contributing to Chrysalis OS
We welcome contributions! Whether it's fixing bugs, adding features, or improving documentation.
How to Submit a Pull Request
- Fork the repository on GitHub.
- Create a new branch for your feature (
git checkout -b feature/amazing-feature). - Commit your changes.
- Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
Coding Guidelines
- Use 4 spaces for indentation.
- Keep the kernel freestanding (no libc dependencies).
- Comment your code, especially assembly sections.