Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Bug Report
description: Create a report to help us improve
labels: ["bug"]
body:
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the issue.
validations:
required: true
- id: repro
type: textarea
attributes:
label: Steps to reproduce
placeholder: Please provide the steps required to reproduce the problem.
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Feature Request
description: Make a feature request
labels: ["enhancement"]
body:
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the feature you would like to see.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true