mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:24:40 +07:00
chore(issue_template): update template params (#514)
This commit is contained in:
parent
774b4274f5
commit
19cacf5900
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -13,14 +13,14 @@ body:
|
||||
- label: I have read the documentation
|
||||
required: true
|
||||
- label: Is it your first time sumbitting an issue
|
||||
required: true
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: A concise description of what you're experiencing.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -39,7 +39,7 @@ body:
|
||||
3. Do ...
|
||||
4. See error...
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -56,7 +56,7 @@ body:
|
||||
- **Kernel (e.g. `uname -a`)**:
|
||||
- **Others**:
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
4
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
4
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@ -8,11 +8,11 @@ body:
|
||||
label: Improvement Suggestion
|
||||
description: What would you like us to improve.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Potential Benefits
|
||||
description: Why is this needed.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
6
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -25,18 +25,18 @@ body:
|
||||
label: Feature Request
|
||||
description: What feature you would like us to integrate into the dae project.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Use Cases
|
||||
description: Share with us what use cases the proposed new feature is categorized to.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Potential Benefits
|
||||
description: Why is this needed.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
6
.github/ISSUE_TEMPLATE/proposal.yml
vendored
6
.github/ISSUE_TEMPLATE/proposal.yml
vendored
@ -8,21 +8,21 @@ body:
|
||||
label: Proposal
|
||||
description: What new feature you would like to integrate into the dae project.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Use Cases
|
||||
description: What use cases the proposed new feature is categorized to.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Potential Benefits
|
||||
description: Why is this needed.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
8
.github/ISSUE_TEMPLATE/support-request.yml
vendored
8
.github/ISSUE_TEMPLATE/support-request.yml
vendored
@ -20,14 +20,14 @@ body:
|
||||
label: Support Request
|
||||
description: What would you like us to support (In short summary).
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: A concise description of what you're experiencing.
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -46,7 +46,7 @@ body:
|
||||
3. Do ...
|
||||
4. See error...
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -63,7 +63,7 @@ body:
|
||||
- **Kernel (e.g. `uname -a`)**:
|
||||
- **Others**:
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user