-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: changing the reset
to clear
#4822
docs: changing the reset
to clear
#4822
Conversation
As there might be multiple task listeners that are triggered in sequence, the word `reset` might be misleading as it may imply that a previously made correction can be "reset" (i.e. undone).
👋 🤖 🤔 Hello, @ana-vinogradova-camunda! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
The decision was made to use `clear` as it is used elsewhere in the docs
reset
to unset
reset
to clear
@ana-vinogradova-camunda is this part of the 8.7 minor or alpha3? When can this be merged and released? |
This is a part of |
Updated the documentation in the `gateway.proto` file to align with the recent changes made to the gRPC `CompleteJobRequest` API documentation: - camunda/camunda-docs#4808 - camunda/camunda-docs#4822
Updated the documentation in the `gateway.proto` file to align with the recent changes made to the gRPC `CompleteJobRequest` API documentation: - camunda/camunda-docs#4808 - camunda/camunda-docs#4822
Updated the documentation in the `gateway.proto` file to align with the recent changes made to the gRPC `CompleteJobRequest` API documentation: - camunda/camunda-docs#4808 - camunda/camunda-docs#4822
Description
As there might be multiple task listeners that are triggered in sequence, the word
reset
might be misleading as it may imply that a previously made correction can be "reset" (i.e. undone).Solution: using
clear
instead ofreset
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).