Skip to content

Commit

Permalink
chore: Set required to false
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 21, 2021
1 parent e8cba38 commit d7ab6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report.txt
Expand Up @@ -43,10 +43,10 @@ body:
label: Relevant log output
description: Copy and paste any relevant log output here.
validations:
required: true
required: false
- type: textarea
attributes:
label: Additional context.
description: Write any other context about the question here.
validations:
required: true
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3_proposal.yml
Expand Up @@ -36,10 +36,10 @@ body:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: true
required: false
- type: textarea
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: true
required: false

0 comments on commit d7ab6de

Please sign in to comment.