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
* formatter
* formatter
* formatter
* introduced configurable tenant ids for workers
* remove adding default tenant ids to job worker configuration
* update workflow to verify format
* added a test to prove a zeebe worker value picks up the tenant ids
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you have additional information that can help us understand the behaviour of
27
27
28
28
If no issue already exists for the bug, please create a new one.
29
29
30
-
When creating a bug report, please fill out the template. What really helps us are the steps for us to be able reproduce the problem in front of us.
30
+
When creating a bug report, please fill out the template. What really helps us are the steps for us to be able reproduce the problem in front of us.
31
31
32
32
To generate these, start from nothing, and document the steps required to set up a project that shows the bug. If you create such a project as a new GitHub repo, you will have a Minimal Reproducible Example. We can then check out that project and see the bug in front of us immediately. This will increase the speed that we can address the issue. It will also help you isolate the actual issue, and sometimes to fix it.
33
33
@@ -45,9 +45,9 @@ If you have additional information that can help us understand the behaviour you
45
45
46
46
If no issue already exists for the feature request, please create a new one.
47
47
48
-
When creating a feature request, please fill out the template. What really helps us are both the motivation for the feature (what is your use-case and what you want to achieve), as well as what you would like the feature to be. Sometimes there is an existing way to accomplish what you want, and we may be able to recommend that.
48
+
When creating a feature request, please fill out the template. What really helps us are both the motivation for the feature (what is your use-case and what you want to achieve), as well as what you would like the feature to be. Sometimes there is an existing way to accomplish what you want, and we may be able to recommend that.
49
49
50
-
If there is no existing way to do it, then understanding the use-case that motivates the feature request helps us to triage it, and also to design the feature implementation.
50
+
If there is no existing way to do it, then understanding the use-case that motivates the feature request helps us to triage it, and also to design the feature implementation.
51
51
52
52
## Fix to documentation
53
53
@@ -57,7 +57,7 @@ Please read the [Code Style Guidelines](#code-style-guidelines) and [Commit Mess
57
57
58
58
## Code contribution for an existing issue
59
59
60
-
Maybe you patch an existing bug, or implement a requested feature for yourself - without waiting for us to get to it. You can contribute that to the codebase as a pull request. This way, you don't end up maintaining a separate fork.
60
+
Maybe you patch an existing bug, or implement a requested feature for yourself - without waiting for us to get to it. You can contribute that to the codebase as a pull request. This way, you don't end up maintaining a separate fork.
61
61
62
62
See the section [Running a development version](#running-a-development-version) for instructions on how to use your fork locally to test your changes.
Copy file name to clipboardexpand all lines: camunda-sdk-java/java-client-operate/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
This client is part of the Spring Zeebe project. If you intend to use it outside of this project, you can add a dependency to io.camunda.spring:java-client-operate
0 commit comments