Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Aug 15, 2023
1 parent 1f8a748 commit 0b7e4ee
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ body:
- GPU mode
validations:
required: true
- type: dropdown
attributes:
label: Downstream App
description: 'How are you viewing the classification results?'
options:
- Files App
- Photos App
- Memories App
- Audioplayer App
- other, please specify below
validations:
required: true
- type: input
attributes:
label: Which Nextcloud version do you have installed?
Expand All @@ -51,10 +63,14 @@ body:
required: true
- type: input
attributes:
label: Which Docker container are you using to run Nextcloud? (if applicable)
description: 'For example: v23.0.1'
label: Which database are you running Nextcloud on?
description: 'For example: MariaDB 10.5'
validations:
required: true
- type: input
attributes:
label: Which Docker container are you using to run Nextcloud? (if applicable)
description: 'For example: v23.0.1'
- type: input
attributes:
label: How much RAM does your server have?
Expand Down

0 comments on commit 0b7e4ee

Please sign in to comment.