Skip to content

Commit

Permalink
validate bug_report template
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed Jan 9, 2025
1 parent 2df41b1 commit ea74416
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 74 deletions.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body:
attributes:
value: |
When reporting a bug, please complete this template thoroughly to help us address the issue effectively!
- type: textarea
id: description-of-bug
attributes:
Expand Down Expand Up @@ -52,19 +53,20 @@ body:
label: Additional context
description: Share any additional context or information about the bug.

- type: multiple_choice
- type: dropdown
id: experience
attributes:
label: How experienced are you with this library?
multiple: false
description: This helps us understand where in the user journey this issue might arise.
options:
- label: Beginner - Just getting started with this library
- label: Intermediate - Familiar with the basics or have used it in a few projects
- label: Expert - Experienced and comfortable with using this library in complex projects
- Beginner - Just getting started with this library
- Intermediate - Familiar with the basics or have used it in a few projects
- Expert - Experienced and comfortable with using this library in complex projects

- type: checkboxes
id: terms
attributes:
label: Are you interested in working on a PR for this?
options:
- label: I want to work on this
# - type: checkboxes
# id: terms
# attributes:
# label: Are you interested in working on a PR for this?
# options:
# - label: I want to work on this
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

0 comments on commit ea74416

Please sign in to comment.