Contributing to BenOS
Thanks for your interest in contributing to BenOS!
Everyone is welcome to contribute — the code is licensed under the MIT License.
What Does "Contributing" Mean?
Contributing means helping to improve the project in any way: fixing bugs, adding features, improving documentation, or optimizing the build system — everything counts!
To keep things organized, please follow the procedures below.
Contributing to the Operating System
- Fork the repository (preferably from the
indev
branch). - Make your changes — you can add, fix, or modify anything, as long as the license is respected.
- Test your code as thoroughly as possible.
- Submit a pull request to the
indev
branch.
Be sure to include a clear description of all the changes you made.
Contributing to the Website
- Fork the repository.
- Make your changes inside the
/docs
directory. - Please prioritize English for all content, even if other languages may be added later.
- Submit a pull request to the
indev
branch, and describe the changes you made.
Additional Information
- If your pull request is accepted and you are part of the official BenOS Discord server, you will receive the BenOS Contributor role.
- Please only submit changes to the
indev
branch.
Pull requests tomain
will not be accepted unlessindev
is marked as finished.
Thank you again for your interest in BenOS — your contribution is greatly appreciated!