moros/CONTRIBUTING.md

1.7 KiB

Contributing to MOROS

First off, thanks for taking the time to contribute! ❤️

And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:

  • Star the project on GitHub
  • Talk about it on social media
  • Mention the project at local meetups and tell your friends/colleagues

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible to reproduce it

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch
  • Ensure the PR description clearly describes the problem and solution Include the relevant issue number if applicable

Do you intend to add a new feature or change an existing one?

  • Suggest your idea by creating a new discussion
  • Be aware that MOROS is a personal hobby project with the goal of creating an simple operating system that can fit in one standard human brain and inspiring others to do the same
  • If you want an operating system that does more you might want to collaborate on a bigger project like Redox or Serenity

Do you have questions about the project?