1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-21 12:20:13 +02:00

Add Option to Specify Installation Method in Bug Report Template (#1710)

* Add Option to Specify Installation Method in Bug Report Template

* Update 1-bug.yml
This commit is contained in:
Ludy 2024-08-19 16:00:23 +02:00 committed by GitHub
parent 8e5b3ea7f1
commit 6c9a4e8acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,21 @@ body:
Thanks for taking the time to fill out this bug report!
This issue form is for reporting bugs only. Please fill out the following sections to help us understand the issue you are facing.
- type: dropdown
id: installation-method
attributes:
label: Installation Method
description: |
Indicate whether you are using Docker or a local installation.
options:
- Docker
- Docker ultra lite
- Docker fat
- Local Installation
validations:
required: true
- type: textarea
id: problem
validations: