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 ed1d7b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 79 deletions.
31 changes: 16 additions & 15 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,19 @@ body:
label: Additional context
description: Share any additional context or information about the bug.

- type: multiple_choice
id: experience
attributes:
label: How experienced are you with this library?
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
# - type: multiple_choice
# id: experience
# attributes:
# label: How experienced are you with this library?
# 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

- 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 ed1d7b5

Please sign in to comment.