From ba71107e3bf76e39a4ff9340ff06fdf6aa17d8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Wed, 19 Apr 2023 23:09:04 +0200 Subject: [PATCH 1/2] docs: Link to the OpenSavvy wiki in the contribution guide --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f7307..26bc1bd 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,10 @@ Gradle is invoked by running `./gradlew ` in the project root. - `./gradlew projects` to list the available projects, - `./gradlew tasks` to list the available tasks in the root project, -- `./gradlew :` to execute a task from another project (for example, `./gradlew backbone:tasks` to get the list of tasks in the Backbone project). +- `./gradlew :` to execute a task from another project (for example, `./gradlew backbone:tasks` to get + the list of tasks in the Backbone project). + +## Contribution + +To learn how to contribute to the +project, [please read our wiki](https://gitlab.com/opensavvy/wiki/-/blob/main/README.md). -- 2.51.2 From 825b3e114f50d9d92771e632a92b0e924063a00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Wed, 19 Apr 2023 23:10:07 +0200 Subject: [PATCH 2/2] build(idea): Configure the OpenSavvy coding style See https://gitlab.com/opensavvy/wiki/-/blob/main/coding-style/README.md --- .idea/codeStyles/Project.xml | 741 +++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + 2 files changed, 746 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..bdee5c6 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,741 @@ + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file -- 2.51.2