First off, thank you for considering contributing to ToubkalOS!
By participating in this project, you are expected to uphold our Code of Conduct. Please be respectful and considerate of other contributors.
This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
- Use a clear and descriptive title for the issue to identify the problem.
- Describe the exact steps which reproduce the problem in as many details as possible.
- Provide specific examples to demonstrate the steps.
This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality.
- Use a clear and descriptive title.
- Provide a step-by-step description of the suggested enhancement.
- Explain why this enhancement would be useful to most ToubkalOS users.
- Fill in the required template.
- Do not include issue numbers in the PR title.
- Include screenshots and animated GIFs in your pull request whenever possible.
- End all files with a newline.
Please see the README.md for full instructions on setting up your local development environment via make.
- Prefer
core::*andalloc::*imports over implicit preludes to ensure clarity in theno_stdkernel environment. - Ensure the code compiles without warnings (
make check). - Always run
cargo fmtandcargo clippybefore committing.