From 79fca8e2fb5ed4888e8dce7ac3f1bb184404491a Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Thu, 18 Feb 2021 20:20:03 +0100 Subject: [PATCH] Add a hint about the code style [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7265b3d3..6656d2ad 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ For build type Please read our [contribution guide](.github/CONTRIBUTING.md), if you would like to report a bug, ask a question, translate the app or help us with coding. +Please make sure before creating a PR, to apply the code style by executing reformat code with optimize imports and rearrange code enabled. The best way to do this is to create a macro for it in android studio and set it to the save shortcut. + ## Code of Conduct Help us keep Cryptomator open and inclusive. Please read and follow our [Code of Conduct](.github/CODE_OF_CONDUCT.md). @@ -56,7 +58,7 @@ Follow these steps to deploy a release: 1. Smoke-Test changed or added functionality 1. Update version 1. Create and commit release notes -1. Merge in `master` +1. Merge in `main` 1. Create tag and execute deploy app using Fastlane 1. Close GitHub-issues or move them to next milestone 1. Close milestone