mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: issue templates
This commit is contained in:
parent
62921b7098
commit
60aa65969a
2 changed files with 6 additions and 6 deletions
8
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -9,16 +9,16 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
description: Please leave a brief description about the bug you file.
|
description: Please leave a brief description about the bug you file.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: log
|
id: log
|
||||||
attributes:
|
attributes:
|
||||||
label: The command and output
|
label: The command and output
|
||||||
description: Please provide us the command and output you are running
|
description: Please provide us the command and output you are running
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-similar-issue
|
id: no-similar-issue
|
||||||
|
|
|
||||||
4
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
|
|
@ -9,5 +9,5 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: What do you want us to work on?
|
label: What do you want us to work on?
|
||||||
description: Please let us know what do you think
|
description: Please let us know what do you think
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue