From 8a1ed957f780e5b824faa8673218816ba7300934 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 16 Jun 2025 17:14:12 -0300 Subject: [PATCH] Improve CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b0e48f9f..38889becf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,9 @@ You can contribute to the Redox documentation and code on the following reposito - [libredox](https://gitlab.redox-os.org/redox-os/libredox) - Redox System Library - [netstack](https://gitlab.redox-os.org/redox-os/netstack) - Network Stack - [Bootloader](https://gitlab.redox-os.org/redox-os/bootloader) +- [RedoxFS](https://gitlab.redox-os.org/redox-os/redoxfs) - Default filesystem - [Drivers](https://gitlab.redox-os.org/redox-os/drivers) - Device Drivers +- [Base](https://gitlab.redox-os.org/redox-os/base) - Essential system daemons - [Kernel](https://gitlab.redox-os.org/redox-os/kernel) To see all Redox repositories open the [redox-os group](https://gitlab.redox-os.org/redox-os). @@ -49,8 +51,11 @@ To see all Redox repositories open the [redox-os group](https://gitlab.redox-os. If you don't know programming: -- Write documentation -- Use and test Redox, and file issues for bugs or needed features (please check for duplicates first etc.) +- Test the [Redox images](https://static.redox-os.org/img/) on your computer and add the report on the [Hardware Compatibility](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/HARDWARE.md) list +- Monitor and warn developers if the [Redox images](https://static.redox-os.org/img/) are outdated +- Use and test Redox, and file issues for bugs or needed features (please check for duplicates first) +- Fix and write documentation +- Find or fix typos in configuration If you don't know how to code in Rust, but know other programming languages: