From 7d698e51819e82b38c59fd085c5387b6ebcdc81c Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Wed, 5 Apr 2017 15:46:34 +0200 Subject: [PATCH 01/13] Update README.md --- .idea/modules.xml | 2 +- .idea/vcs.xml | 6 ------ README.md | 34 +++++++++++++++++----------------- RiskAhead-Android.iml | 19 +++++++++++++++++++ app/app.iml | 1 - 5 files changed, 37 insertions(+), 25 deletions(-) delete mode 100644 .idea/vcs.xml create mode 100644 RiskAhead-Android.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 1157461..b7971c4 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ + - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 7ebef9c..e1fff25 100644 --- a/README.md +++ b/README.md @@ -14,26 +14,26 @@ This projects is about the native RiskAhead Android App Commit messages are used to generate the release notes for each release. To do this, we loosely follow the AngularJS commit conventions: for commit messages to appear in the release notes, the title line needs to respect the following format: - : -where is one of the following: +``` +: +``` -feat: A new feature -fix: A bug fix -docs: Documentation only changes -style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) -refactor: A code change that neither fixes a bug or adds a feature -perf: A code change that improves performance -test: Adding missing tests -chore: Changes to the build process or auxiliary tools and libraries such as documentation generation +where type is one of the following: -Also commits can consists of several lines - to include some additional information in relase notes. For example: +**feat:** A new feature -feat: A new feature to make something better +**fix:** A bug fix -now it will be available to call api.function() with additional parameters like api.function(Integer) -it will be included in release notes as: +**docs:** Documentation only changes -feat: A new feature to make something better +**style:** Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) -now it will be available to call api.function() with additional parameters like api.function(Integer) -Please take a look at release notes to find some more examples of mutiline commits. \ No newline at end of file +**refactor:** A code change that neither fixes a bug or adds a feature + +**perf:** A code change that improves performance + +**test:** Adding missing tests + +**chore:** Changes to the build process or auxiliary tools and libraries such as documentation generation + +Also commits can consists of several lines - to include some additional information in relase notes. diff --git a/RiskAhead-Android.iml b/RiskAhead-Android.iml new file mode 100644 index 0000000..69b9b49 --- /dev/null +++ b/RiskAhead-Android.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 9916eb4..a5623fd 100644 --- a/app/app.iml +++ b/app/app.iml @@ -9,7 +9,6 @@