Skip to content

Commit

Permalink
AUTOMATIC REMARK FIX
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel <[email protected]>
  • Loading branch information
Marcel committed Feb 14, 2020
1 parent ab74fa7 commit 45f4d7c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 45f4d7c

Please sign in to comment.