diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a22ba4a..96ad80e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,28 +13,29 @@ appreciation, which we would also be very happy about: ## Did you find a bug? - Ensure the bug was not already reported by searching on GitHub under - [Issues](https://github.com/vinc/moros/issues) + [Issues](https://github.com/vinc/moros/issues). - If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/vinc/moros/issues/new). Be sure to include a **title and clear description**, as much relevant information as - possible to reproduce it + 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 +- 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](https://github.com/vinc/moros/discussions/new?category=ideas) -- 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](https://www.redox-os.org/) or - [Serenity](https://serenityos.org/) +- Suggest your idea by + [creating a new discussion](https://github.com/vinc/moros/discussions/new?category=ideas). +- Please note that MOROS is a hobby project aimed at developing a simple + operating system that can fit in one standard human brain, while also + encouraging others to do the same. +- You might instead prefer to collaborate on projects with a broader scope such + as [Redox](https://www.redox-os.org/) or [Serenity](https://serenityos.org/). ## Do you have questions about the project? -- Ask any question about how to use MOROS by [creating a new discussion](https://github.com/vinc/moros/discussions/new?category=q-a) +- Ask any question about how to use MOROS by + [creating a new discussion](https://github.com/vinc/moros/discussions/new?category=q-a).