Fix text areas in issue templates.
This commit is contained in:
parent
bc5dc2253c
commit
521c0eb600
2 changed files with 7 additions and 7 deletions
|
@ -1,33 +1,33 @@
|
||||||
name: "Bug or question/support"
|
name: "Bug or question/support"
|
||||||
about: "For filing a bug or getting support"
|
about: "For filing a bug or getting support"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
label: What I'm trying to do and why
|
label: What I'm trying to do and why
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: repro_steps
|
id: repro_steps
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
description: Include (sanitized) borgmatic configuration files if applicable.
|
description: Include (sanitized) borgmatic configuration files if applicable.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: actual_behavior
|
id: actual_behavior
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual behavior
|
label: Actual behavior
|
||||||
description: Include (sanitized) `--verbosity 2` output if applicable.
|
description: Include (sanitized) `--verbosity 2` output if applicable.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: expected_behavior
|
id: expected_behavior
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Expected behavior
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: notes
|
id: notes
|
||||||
attributes:
|
attributes:
|
||||||
label: Other notes / implementation ideas
|
label: Other notes / implementation ideas
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name: "Feature"
|
name: "Feature"
|
||||||
about: "For filing a feature request or idea"
|
about: "For filing a feature request or idea"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: request
|
id: request
|
||||||
attributes:
|
attributes:
|
||||||
label: What I'd like to do and why
|
label: What I'd like to do and why
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: textarea
|
||||||
id: notes
|
id: notes
|
||||||
attributes:
|
attributes:
|
||||||
label: Other notes / implementation ideas
|
label: Other notes / implementation ideas
|
||||||
|
|
Loading…
Reference in a new issue