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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,26 @@
1
-
# Contributing to Cryptomator
1
+
# Contributing to Cryptomator for Android
2
2
3
3
## Did you find a bug?
4
4
5
-
- Ensure you're running the latest version of Cryptomator.
6
-
- Ensure the bug is related to the Android version of Cryptomator. Bugs concerning the Cryptomator desktop application and iOS app can be reported on the [Cryptomator issues list](https://github.com/cryptomator/cryptomator/issues) and [Cryptomator for iOS issues list](https://github.com/cryptomator/cryptomator-ios/issues) respectively.
7
-
- Ensure the bug was not [already reported](https://github.com/cryptomator/android/issues). You can also check out our [FAQ](https://community.cryptomator.org/c/kb/faq).
8
-
- If you're unable to find an open issue addressing the problem, [submit a new one](https://github.com/cryptomator/android/issues/new).
5
+
- Ensure the bug was not [already reported](https://github.com/cryptomator/android/issues?q=).
6
+
- If you're unable to find an open issue addressing the problem, [submit a new one](https://github.com/cryptomator/android/issues/new/choose).
7
+
8
+
## Did you write a patch that fixes a bug?
9
+
10
+
- Open a new pull request with the patch.
11
+
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
12
+
13
+
## Do you intend to add a new feature or change an existing one?
14
+
15
+
- Suggest your change by [submitting a new issue](https://github.com/cryptomator/android/issues/new/choose) and start writing code.
16
+
17
+
## Do you intend to add a new translation or change an existing one?
18
+
19
+
Translations are not managed directly in this repository. Instead, we use [Crowdin](https://translate.cryptomator.org/), which automatically synchronizes translations with this repository. If you want to help us with translations, please visit our translation project on Crowdin.
9
20
10
21
## Code of Conduct
11
22
12
-
Help us keep Cryptomator open and inclusive. Please read and follow our [Code of Conduct](https://github.com/cryptomator/android/blob/develop/.github/CODE_OF_CONDUCT.md).
23
+
Help us keep Cryptomator open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
0 commit comments