Skip to content

chore: update issue templates #1012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
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
19 changes: 1 addition & 18 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug Report
description: File a bug report
labels: ['bug', 'triage']
type: bug
body:
- type: dropdown
id: read_troubleshooting
Expand Down Expand Up @@ -40,24 +41,6 @@ body:
validations:
required: true

- type: input
id: npm_yarn_version
attributes:
label: package manager and version
description: Tell us package manager you are using, and what version.
placeholder: npm 6.14.13
validations:
required: true

- type: input
id: operating_system
attributes:
label: Operating system
description: Tell us what operating system you use, and what version.
placeholder: macOS Big Sur, version 11.4
validations:
required: true

- type: textarea
id: bug_description
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/propose_new_rule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Propose a new rule
description: Propose a new rule for the eslint-plugin-testing-library.
labels: ['new rule', 'triage']
type: feature
body:
- type: input
id: name_for_new_rule
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/request_general_change.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Request a general change
description: Request a general change for the eslint-plugin-testing-library.
labels: ['enhancement', 'triage']
type: task
body:
- type: input
id: plugin_version
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/request_rule_change.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Request a rule change
description: Request a rule change for the eslint-plugin-testing-library.
labels: ['enhancement', 'triage']
type: feature
body:
- type: input
id: what_rule_do_you_want_to_change
Expand Down