Skip to content

Commit

Permalink
consolidate optional text areas in bug template
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
  • Loading branch information
mch2 committed Dec 11, 2023
1 parent e4a1e03 commit 821ad93
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,20 @@ body:
required: true
- type: textarea
attributes:
label: Documents, Screenshots
description: If applicable, please attach more information in this area, like log files or screenshoots, to help debug your problem.
validations:
required: false
- type: textarea
attributes:
label: Host/Environment
value: |
- OS: [e.g. iOS]
- Version [e.g. 22]
validations:
required: false
- type: textarea
attributes:
label: Plugins
description: Please list all plugins currently enabled.
validations:
required: false
- type: textarea
attributes:
label: Additional context
label: Additional Details
description: Add any other context about the problem here.
value: |
**Plugins**
Please list all plugins currently enabled.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Host/Environment (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
validations:
required: false

0 comments on commit 821ad93

Please sign in to comment.