Skip to content

Commit

Permalink
chore: improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent 429a9cc commit 5b70c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐛 Bug Report
description: Report a general library issue.
description: Report a general issue.
labels: [bug]
body:
- type: input
Expand All @@ -9,13 +9,6 @@ body:
placeholder: v1.2.3
validations:
required: true
- type: input
attributes:
label: Browser & OS
description: Which browser and OS are you experiencing the issue with?
placeholder: 'Chrome 88 & macOS Monterey'
validations:
required: true
- type: textarea
attributes:
label: Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 💡 Feature request
description: 'For ideas or feature requests: please make a pull request or open an issue.'
description: "For ideas or feature requests: please make a pull request or open an issue, or consider starting a discussion."
labels: [enhancement]
body:
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Support_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ labels: [question]
body:
- type: textarea
attributes:
label: How could we help you?
label: How can we help?
description: Please describe what is happening and what you expect to happen.
validations:
required: true

0 comments on commit 5b70c44

Please sign in to comment.