Skip to content

Commit

Permalink
Add Option to Specify Installation Method in Bug Report Template (Sti…
Browse files Browse the repository at this point in the history
…rling-Tools#1710)

* Add Option to Specify Installation Method in Bug Report Template

* Update 1-bug.yml
  • Loading branch information
Ludy87 authored Aug 19, 2024
1 parent 8e5b3ea commit 6c9a4e8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c9a4e8

Please sign in to comment.