Fix text areas in issue templates.

This commit is contained in:
Dan Helfman 2023-07-14 22:17:39 -07:00
parent bc5dc2253c
commit 521c0eb600
2 changed files with 7 additions and 7 deletions

View File

@ -1,33 +1,33 @@
name: "Bug or question/support"
about: "For filing a bug or getting support"
body:
- type: markdown
- type: textarea
id: problem
attributes:
label: What I'm trying to do and why
validations:
required: true
- type: markdown
- type: textarea
id: repro_steps
attributes:
label: Steps to reproduce
description: Include (sanitized) borgmatic configuration files if applicable.
validations:
required: false
- type: markdown
- type: textarea
id: actual_behavior
attributes:
label: Actual behavior
description: Include (sanitized) `--verbosity 2` output if applicable.
validations:
required: false
- type: markdown
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
validations:
required: false
- type: markdown
- type: textarea
id: notes
attributes:
label: Other notes / implementation ideas

View File

@ -1,13 +1,13 @@
name: "Feature"
about: "For filing a feature request or idea"
body:
- type: markdown
- type: textarea
id: request
attributes:
label: What I'd like to do and why
validations:
required: true
- type: markdown
- type: textarea
id: notes
attributes:
label: Other notes / implementation ideas