Skip to content

Commit

Permalink
chore(issue_template): update template params (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 committed May 2, 2024
1 parent 774b427 commit 19cacf5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -39,7 +39,7 @@ body:
3. Do ...
4. See error...
validations:
required: false
required: true

- type: textarea
attributes:
Expand All @@ -56,7 +56,7 @@ body:
- **Kernel (e.g. `uname -a`)**:
- **Others**:
validations:
required: false
required: true

- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -46,7 +46,7 @@ body:
3. Do ...
4. See error...
validations:
required: false
required: true

- type: textarea
attributes:
Expand All @@ -63,7 +63,7 @@ body:
- **Kernel (e.g. `uname -a`)**:
- **Others**:
validations:
required: false
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit 19cacf5

Please sign in to comment.