Skip to content

Commit f94898a

Browse files
committed
docs: allow android bug workarounds if scoped
Signed-off-by: Infi <[email protected]>
1 parent d1203fe commit f94898a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/content/docs/contributing/guidelines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ If you are fixing a bug, you must follow these guidelines:
3232

3333
- Make sure the bug is reproducible and affects a wide variety of users.
3434
- The root cause of the bug must be the Android app itself, not the server or the API.
35-
- The root cause of the bug must be the Android app itself, not the device or the Android version.
35+
- The root cause of the bug must be the Android app itself, not the device.
36+
- If the root cause if a bug is the Android version, make sure any workaround is only used on
37+
affected versions, while on other versions, the intended behavior is used.
3638

3739
#### I want to add a feature
3840

0 commit comments

Comments
 (0)