You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,13 @@ Build the project:
27
27
If you intend to work on the code and provide patches and other work you want to submit, then you can fork the project on github and work on your own fork.
28
28
The custom work you do should be done on branches you create, which can then be committed and pushed upstream, and then submitted as PRs (pull requests).
29
29
You can find many resources online how to work on github projects and how to submit work to these projects.
30
+
31
+
### Configure code style
32
+
33
+
Dozer project is using specific code style. Please steps below to import code style for your preferred IDE.
0 commit comments