Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
215977e9 by wurstsalat at 2025-06-30T21:14:01+02:00
imprv: Exceptions: Improve issue text

- - - - -
e95f27f6 by wurstsalat at 2025-06-30T21:14:51+02:00
other: Improve issue template

- - - - -


2 changed files:

- .gitlab/issue_templates/Bug.md
- gajim/gtk/exception.py


Changes:

=====================================
.gitlab/issue_templates/Bug.md
=====================================
@@ -1,11 +1,11 @@
-**Please first check if another issue has been opened for your problem**
+**Please search for similar issues first.**
 
 ## Versions
 
   - OS: 
-  - Gajim version: 
-  - GTK version: 
-  - Python-nbxmpp version: 
+  - Gajim: 
+  - GTK: 
+  - python-nbxmpp: 
 
 ## Steps to reproduce the problem
 
@@ -14,8 +14,7 @@ ## Steps to reproduce the problem
   1.
 
 ## Expected behavior
-
+...
 
 ## Actual behavior
-
-
+...


=====================================
gajim/gtk/exception.py
=====================================
@@ -56,22 +56,33 @@
 
 ISSUE_URL = "https://dev.gajim.org/gajim/gajim/issues/new";
 
-ISSUE_TEXT = """## Versions:
+ISSUE_TEXT = """## Versions
 - OS: {}
-- GTK Version: {}
-- PyGObject Version: {}
-- GLib Version : {}
-- Adw Version: {}
-- libsoup Version: {}
-- python-nbxmpp Version: {}
-- Gajim Version: {}
+- GTK: {}
+- PyGObject: {}
+- GLib: {}
+- Adw: {}
+- libsoup: {}
+- python-nbxmpp: {}
+- Gajim: {}
 
 ## Traceback
 ```
 {}
 ```
+
 ## Steps to reproduce the problem
-..."""
+
+  1.
+  1.
+  1.
+
+## Expected behavior
+...
+
+## Actual behavior
+...
+"""
 
 
 def _hook(type_: type[BaseException], value: BaseException, tb: TracebackType) 
-> None:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/90ec147e1a893e925172dbf5018e372c04312bc1...e95f27f6dbc17682c666d5b895d7a4bd289804ce

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/90ec147e1a893e925172dbf5018e372c04312bc1...e95f27f6dbc17682c666d5b895d7a4bd289804ce
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to