You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ We do not use GitHub issues for general library support. We think these question
13
13
* Before creating a new issue:
14
14
* Make sure you are using the [latest release](https://github.com/algolia/InstantSearch/releases).
15
15
* Check if the issue was [already reported or fixed](https://github.com/algolia/InstantSearch/issues?utf8=%E2%9C%93&q=is%3Aissue). Notice that it may not be released yet.
16
-
* If you found a match add a brief comment "I have the same problem" or use the action `+1`. This helps prioritize the issues addressing the most common and critical first. If possible add additional information to help us reproduce and fix the issue. Please use your best judgement.
16
+
* If you found a match add a brief comment "I have the same problem" or use the action `+1`. This helps prioritize the issues addressing the most common and critical first. If possible add additional information to help us reproduce and fix the issue. Please use your best judgement.
17
17
* Reporting issues:
18
18
* Please include the following information to help maintainers to fix the problem faster:
19
-
*Xcode version you are using.
20
-
*iOS version you are targeting.
21
-
* Full Xcode console output of stack trace or code compilation error.
19
+
*Android Studio version you are using.
20
+
*Android version you are targeting.
21
+
* Full log console output of stack trace or code compilation error.
22
22
* Any other additional detail you think it would be useful to understand and solve the problem.
23
23
24
24
@@ -48,8 +48,7 @@ The easiest way to start contributing is searching open issues by `help wanted`
48
48
49
49
###### Code style and conventions
50
50
51
-
We try to follow our [swift style guide](https://github.com/algolia/Swift-Style-Guide). Following it is not strictly necessary to contribute and to have a pull request accepted but project maintainers try to follow it. We would love to hear your ideas to improve our code style and conventions. Feel free to contribute.
52
-
51
+
We apply [these coding style settings](https://github.com/algolia/CodingStyle/blob/master/Android.xml) and try to follow the [Kotlin coding convention](https://kotlinlang.org/docs/reference/coding-conventions.html). Following it is not strictly necessary to contribute and to have a pull request accepted but project maintainers try to follow it.
0 commit comments