From 6a1a81fb61938401a9907bf119052ef7a39fdbd4 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 31 Oct 2025 03:54:16 -0300 Subject: [PATCH] Add a warning for recipe duplication in CONTRIBUTING --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c03bcef..b3def096 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -215,7 +215,9 @@ You can see the most common questions and problems on the [Developer FAQ](https: ## Porting Software -You can read how to use the Cookbook recipe system to port applications on the [Porting Applications using Recipes](https://doc.redox-os.org/book/porting-applications.html) page. +You can read how to use the Cookbook recipe system to port applications on the [Application Porting](https://doc.redox-os.org/book/porting-applications.html) page. + +**Always verify if a recipe for your program or library already exist before porting to not break the build system with a recipe duplication or waste time.** ## Libraries and APIs