From 45f4d7cba429b41b4694f30b8da5a18e07c24a28 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 14 Feb 2020 12:06:05 +0100 Subject: [PATCH] AUTOMATIC REMARK FIX Signed-off-by: Marcel --- CONTRIBUTING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b83f9c94..37d5e1ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ Thank you very much for contributing. We use a git flow with feature branches. So if you make addition to a feature make a PR to the feature branch and if you created a completely new featutre make a feature branch and than a PR to develop branch. -* Please fork the project -* Work on the code in the fork -* make a PR to the appropriate branch in the main project +- Please fork the project +- Work on the code in the fork +- make a PR to the appropriate branch in the main project ### Testing @@ -34,9 +34,7 @@ Use many small commits during development. Each commit should handle only logica Use for the Translator for returning from a Controller. -``` -return Translator.toLocale("message"); -``` + return Translator.toLocale("message"); #### Front End