From d1203fedee65d182ad9f9b3b355756ad6beccc5c Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 13 Apr 2025 16:34:45 +0200 Subject: [PATCH] docs: change contributing guidelines to say what was already the case Signed-off-by: Infi --- docs/src/content/docs/contributing/guidelines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/contributing/guidelines.md b/docs/src/content/docs/contributing/guidelines.md index f0eaa680..bc68211b 100644 --- a/docs/src/content/docs/contributing/guidelines.md +++ b/docs/src/content/docs/contributing/guidelines.md @@ -46,7 +46,9 @@ you are adding a feature, you must follow these guidelines: it as per the design. If your UI/UX is not up to the mark, your PR may be rejected by the design team. - The feature must not be a duplicate of an existing feature. -- The feature must not be a part of the [Roadmap](#) (To be published). +- If you are adding a new feature, you should consult with the Android team at Revolt to make sure + that the feature is not already in development or planned for the future. Conflicting features + will not be merged. ## In General, ...