|
@@ -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
|