Contributing

This file contains information on how to contribute to the BenOS project. First of all, everyone is free to contribute to the system. The code is released under the MIT license.

What does contributing mean?

Contributing means making changes to the project to improve it. Of course, there is a procedure to follow to keep everything in order.

Contribute to the OS

  1. Fork the repository's main branch.
  2. Make your own changes, test, modify whatever you like, as long as you keep the license.
  3. Submit your version of the project to be merged with the main branch. You'll detail all the changes you've made in your message.

Contribute to the website

  1. Fork the repository's main branch.
  2. Make your own changes in the /docs directory. When you add or edit something, please prioritize English as the language.
  3. Submit your fork to be merged with the main branch. You'll detail all the changes you've made in your messages.

Supplementary Information

Thank you in advance for your contribution!