Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 4084902

Browse files
committed
chore: Update for android
1 parent ea25a3b commit 4084902

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ We do not use GitHub issues for general library support. We think these question
1313
* Before creating a new issue:
1414
* Make sure you are using the [latest release](https://github.com/algolia/InstantSearch/releases).
1515
* 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.
1717
* Reporting issues:
1818
* 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.
2222
* Any other additional detail you think it would be useful to understand and solve the problem.
2323

2424

@@ -48,8 +48,7 @@ The easiest way to start contributing is searching open issues by `help wanted`
4848

4949
###### Code style and conventions
5050

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.
5352

5453
### Feature proposal
5554

0 commit comments

Comments
 (0)