We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1203fe commit f94898aCopy full SHA for f94898a
docs/src/content/docs/contributing/guidelines.md
@@ -32,7 +32,9 @@ If you are fixing a bug, you must follow these guidelines:
32
33
- Make sure the bug is reproducible and affects a wide variety of users.
34
- 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.
+- 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.
38
39
#### I want to add a feature
40
0 commit comments