From f94898a0b5ee59e938168f4b25e8442272e24d88 Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 13 Apr 2025 16:42:52 +0200 Subject: [PATCH] docs: allow android bug workarounds if scoped 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 bc68211b..faa5727c 100644 --- a/docs/src/content/docs/contributing/guidelines.md +++ b/docs/src/content/docs/contributing/guidelines.md @@ -32,7 +32,9 @@ If you are fixing a bug, you must follow these guidelines: - Make sure the bug is reproducible and affects a wide variety of users. - The root cause of the bug must be the Android app itself, not the server or the API. -- The root cause of the bug must be the Android app itself, not the device or the Android version. +- The root cause of the bug must be the Android app itself, not the device. +- If the root cause if a bug is the Android version, make sure any workaround is only used on + affected versions, while on other versions, the intended behavior is used. #### I want to add a feature