From a92f9cfa8ea6b64104323d94c379c8ed949694bc Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sat, 4 Mar 2023 01:04:13 +0100 Subject: [PATCH] docs: updated contribution guide --- .wiki/Contribution-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.wiki/Contribution-guide.md b/.wiki/Contribution-guide.md index 05eb9b5..06b46c3 100644 --- a/.wiki/Contribution-guide.md +++ b/.wiki/Contribution-guide.md @@ -2,6 +2,15 @@ Welcome :D Nice, that you're interested in contributing. +There are several ways to contribute to NoxOS: +- Write code +- Maintain Documentation + - Typos + - Grammar + - Is the documentation up to date? +- Plan stuff (e.g. syscalls) +- open Issues + # Before Contribution Please read the [Code-Style wiki entry](https://codeberg.org/antifallobst/noxos/wiki/Code-Style) before you start to contribute.