Improve CONTRIBUTING.md

This commit is contained in:
Ribbon 2025-06-16 17:14:12 -03:00
parent 70489f9452
commit 8a1ed957f7

View File

@ -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: