Skip to content

Commit 33f8e48

Browse files
committed
ci(issue-template): merge screenshots and attachments fields into one
do not need so many fields, merge attachments and screenshots into a single textarea
1 parent 99d6161 commit 33f8e48

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ body:
9090
attributes:
9191
label: Operating System (User)
9292
description: |
93-
What OS are you using to use KeeWeb?
93+
What OS are you accessing KeeWeb from?
9494
If you have Keeweb installed on Docker under Linux, but access it on Windows, your answer would be **Windows**
9595
If you are running Keeweb and using it on the same machine, the above answer and this answer would be the same.
9696
**`Required`**
@@ -189,19 +189,11 @@ body:
189189
render: shell
190190

191191
- type: textarea
192-
id: attachment-db
192+
id: attachments
193193
attributes:
194-
label: 'Attachments: Database kdbx File'
194+
label: 'Attachments'
195195
description: |
196-
Attach a test database below that does give you the described issue.
197-
Ensure it has no real security information within it as it will be publicly visible to all.
198-
**`Not Required`**
199-
200-
- type: textarea
201-
id: attachment-screenshots
202-
attributes:
203-
label: 'Attachments: Screenshots'
204-
description: |
205-
Please provide screenshots of any errors or the issue you're having.
206-
Gifs are even better.
196+
Add attachments here.
197+
Attach a test database below if your issue is with a specific database. Ensure it has no real security information within it as it will be publicly visible to all.
198+
Provide screenshots of any errors or the issue you're having. Gifs are even better.
207199
**`Not Required`**

0 commit comments

Comments
 (0)