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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,19 @@ Please ensure all existing tests pass and, if you're adding a new feature or fix
72
72
```
73
73
4. **Open a pull request** from your fork to the `dev` branch of the `rmusser01/tldw_chatbook` repository.
74
74
5. In your pull request description, clearly explain the changes you've made and why. If it addresses an existing issue, link to it (e.g., "Fixes #123").
75
-
6. Be prepared to discuss your changes and make adjustments if requested by the maintainers.
75
+
6. Be prepared to discuss your changes and make adjustments if requested.
76
+
7. **Wait for review**: The project maintainers will review your pull request. They may request changes or approve it for merging.
77
+
8. All contributions must be made under the [Tiny Contributor License Agreement](#https://github.com/indieopensource/tiny-cla/blob/main/cla.md). Please include the following text in your pull request description, along with your name in the proper location, indicating your acceptance of the Tiny Contributor License Agreement:
I, {{{contributor name}}}, give Robert Musser permission to license my contributions on any terms they like. I am giving them this license in order to make it possible for them to accept my contributions into their project.
85
+
86
+
***As far as the law allows, my contributions come as is, without any warranty or condition, and I will not be liable to anyone for any damages related to this software or this license, under any kind of legal claim.***
# This might happen if the query runs before the widget is fully composed or if it's being removed.
184
+
logging.debug(f"ChatMessage (ID: {self.id}, Role: {self.role}): QueryError in watch__generation_complete_internal: {qe}. Widget might not be fully ready or is not an AI message with these components.")
185
+
exceptExceptionase:
186
+
logging.error(f"Error in watch__generation_complete_internal for ChatMessage (ID: {self.id}): {e}", exc_info=True)
187
+
else: # Not an AI message
188
+
try: # Ensure continue button is hidden for non-AI messages if it somehow got queried
0 commit comments