From 7f3b636540d0dc56d7ca993af9f6ad0c0bce9765 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 21 Aug 2023 15:31:52 +0000 Subject: [PATCH] Add the Developer FAQ on CONTRIBUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b07724d..4b46d34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,6 +81,12 @@ You can read how to use the Cookbook recipe system to port applications on this - [Porting Applications Using Recipes](https://doc.redox-os.org/book/ch09-03-porting-applications.html) +## Developer FAQ + +You can see the most common questions and problems on this page: + +- [Develper FAQ](https://doc.redox-os.org/book/ch09-05-developer-faq.html) + ## Best Practices and Guidelines - [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html)