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
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: 🐛 Bug Report
description: Report errors or unexpected behavior
labels: [bug, needs triage]
body:
- type: checkboxes
attributes:
label: 🔍 Is there already an issue for your problem?
description: |
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
options:
- label: I have checked older issues, open and closed
required: true

- type: textarea
attributes:
label: 📝 Description
description: List steps to reproduce the error and details on what happens and what you expected to happen.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: 🪜 Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
attributes:
label: ℹ System Info
description: Please provide system details such as OS and project version.
render: Markdown
validations:
required: true

- type: textarea
attributes:
label: 📸 Screenshots
description: Place any screenshots of the issue here if needed
validations:
required: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ✨ Feature Request
description: Request a new feature or enhancement
labels: [feature request, needs triage]
body:
- type: textarea
id: description
attributes:
label: 📝 Provide a description of the new feature
description: What is the expected behavior of the proposed feature? What is the scenario this would be used?
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: ➕ Additional Information
description: Give us some additional information on the feature request like proposed solutions, links, screenshots, etc.

- type: markdown
attributes:
value: If you'd like to see this feature implemented, add a 👍 reaction to this post.