-
Notifications
You must be signed in to change notification settings - Fork 351
r-simonelli/demos-lifecycle #750
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
Conversation
readme: clarify lifecycle node behavior and listener description Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com>
integrate suggestion Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: r-simonelli <ruggero.simonelli@protonmail.com>
integrate suggestion Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: r-simonelli <ruggero.simonelli@protonmail.com>
integrate suggestion Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: r-simonelli <ruggero.simonelli@protonmail.com>
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: r-simonelli <ruggero.simonelli@protonmail.com>
integrate suggestion Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: r-simonelli <ruggero.simonelli@protonmail.com>
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
@ahcorde i will leave it to you.
| * inactive | ||
| * active | ||
| * shutdown | ||
| * finalized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, this should be finalized 👍
ahcorde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just documentation, merging!
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit c16f934)
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit c16f934) # Conflicts: # lifecycle/README.rst
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit c16f934)
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. (cherry picked from commit c16f934) Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: r-simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. (cherry picked from commit c16f934) Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: r-simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node. Signed-off-by: Ruggero Simonelli <ruggero.simonelli@protonmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit c16f934)
readme: clarify lifecycle node behavior and listener description
Improves documentation for lifecycle nodes by explaining the distinction between primary and transition states, clarifying the behavior of callbacks, and refining the description of the lifecycle listener node.
Description
Fixes #749 (issue)
Is this user-facing behavior change?
Did you use Generative AI?
GPT-5 was used to improve wording.
Additional Information
The changes done should be self explanatory: I corrected small grammatical errors, added some structuring and detail where the text appeared to me to be not entirely clear.