Skip to content

Commit 2514d8f

Browse files
chore: add descriptive guidance for environment fields in bug report issue template
Signed-off-by: Ermeson Sampaio <ermeson.s.queiroz@gmail.com>
1 parent 9404fc6 commit 2514d8f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ body:
5353
id: operational-system
5454
attributes:
5555
label: Operational System
56+
description: Specify the operating system where the bug occurs.
5657
placeholder: |
5758
e.g. Linux, Debian, Docker. If Docker, what's the used image or the base image.
5859
validations:
@@ -62,6 +63,7 @@ body:
6263
id: browser
6364
attributes:
6465
label: Browser Type and Version
66+
description: Only required if the issue is related to the Web interface.
6567
placeholder: e.g. Chrome 148.0.7778.97, Safari 26.3.1
6668
validations:
6769
required: false
@@ -70,6 +72,7 @@ body:
7072
id: libresign-version
7173
attributes:
7274
label: Libresign Version
75+
description: The version of the LibreSign installed.
7376
placeholder: e.g. 3.2.1
7477
validations:
7578
required: true
@@ -78,6 +81,7 @@ body:
7881
id: nextcloud-version
7982
attributes:
8083
label: Nextcloud Server Version
84+
description: Optional. Useful if you are using a specific or outdated stable version.
8185
placeholder: e.g. 24.0.1
8286
validations:
8387
required: false
@@ -86,6 +90,7 @@ body:
8690
id: nextcloud-logs
8791
attributes:
8892
label: Logs from Nextcloud Server
93+
description: Entries from Nextcloud logs related with LibreSign.
8994
placeholder: |
9095
Get the enrties from nextcloud.log related with LibreSign i.e `tail -f data/nextcloud.log|grep libresign`
9196
validations:
@@ -95,11 +100,11 @@ body:
95100
id: developer-logs
96101
attributes:
97102
label: Logs from Developers tools
103+
description: Any additional logs or console output that might help diagnose the issue.
98104
placeholder: |
99105
- JavaScript errors
100106
- List of API requests to LibreSign endpoints (would be good to apply filter)
101107
- Status code of requests to LibreSign API
102-
- Or any additional logs or console output that might help diagnose the issue
103108
validations:
104109
required: false
105110

0 commit comments

Comments
 (0)