New section/change section title.

This commit is contained in:
Ribbon 2023-03-07 02:39:20 +00:00
parent c3170d09f2
commit a6a317e064

View file

@ -32,7 +32,7 @@ You can contribute to Redox documentation/code on these repositories:
- [Drivers](https://gitlab.redox-os.org/redox-os/drivers)
- [Kernel](https://gitlab.redox-os.org/redox-os/kernel)
### Easy Targets
### Important Places to Contribute
If you're not fluent in Rust:
@ -60,6 +60,11 @@ For those who want to contribute to the Redox GUI, our GUI strategy has recently
* OrbTk is now sunsetting, and its developers have moved to other projects such as the ones below. There is currently no Redox-specific GUI development underway.
* Redox is in the process of adopting other Rust-lang GUIs such as [Iced](https://iced.rs) and [Slint](https://slint-ui.com/). Please check out those projects if this is your area of interest.
## Tracking Issues
- [Missing POSIX APIs in relibc](https://gitlab.redox-os.org/redox-os/relibc/-/issues/173)
- [Recipes with old config format](https://gitlab.redox-os.org/redox-os/cookbook/-/issues/174)
## Best Practices and Guidelines
- [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html)