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
-2
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,6 @@ This depends on you which kind of IDE you use for development. But we have some
95
95
96
96
Please check our [development-setup documentation](https://mercedes-benz.github.io/sechub/latest/sechub-techdoc.html#development-setup) for details.
97
97
98
-
Please look into https://github.com/mercedes-benz/sechub/issues/168 for source formatter config files and description for usage.
99
-
100
98
### Coding conventions
101
99
102
100
Please look at our [coding-conventions documentation](https://mercedes-benz.github.io/sechub/latest/sechub-techdoc.html#section-coding-conventions) for details.
Copy file name to clipboardexpand all lines: sechub-doc/src/docs/asciidoc/sechub-developer-quickstart-guide.adoc
+16-3
Original file line number
Diff line number
Diff line change
@@ -256,13 +256,18 @@ Issues have labels a good way to start is to look for issues with https://github
256
256
Issues with labels https://github.com/mercedes-benz/sechub/labels/beginner[`beginner`], https://github.com/mercedes-benz/sechub/labels/intermediate[`intermediate`], https://github.com/mercedes-benz/sechub/labels/advanced[`advanced`] indicate the level of difficulty.
257
257
However, not all issues are labeled. In addition, if you like an issue just comment on it, so that we can assign you to it.
258
258
259
-
** In case, the issue you want to work on does not yet exists, please create an issue.
259
+
** In case, the issue you want to work on does not yet exist, please create an issue.
260
260
261
261
. Create a new branch on your local fork following the naming pattern `feature-<issue-number>-<short-description>`
. Set Up git configurations as explained here: https://mercedes-benz.github.io/sechub/latest/sechub-techdoc.html#sechub-git-configuration[Configure your git settings]
0 commit comments