Skip to content
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

docs: update issue templates #187

Merged
merged 1 commit into from
Oct 7, 2024
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Bug report for an existing lint rule, quick fix or assists.
description: Report bug details you found and describe clearly as possible.
title: '[Bug]: Title of the bug'
title: 'bug: Title of the bug'
labels: ['bug']
assignees: ['@ronnnnn']
assignees: ['ronnnnn']
body:
- type: dropdown
attributes:
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feat.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Feature request to add a new lint rule, quick fix or assists.
description: Propose adding a new lint rule, quick fix or assists.
title: '[Feat]: Title of the proposal'
title: 'feat: Title of the proposal'
labels: ['feat']
assignees: ['@ronnnnn']
assignees: ['ronnnnn']
body:
- type: dropdown
attributes:
Expand All @@ -18,13 +18,13 @@ body:
required: true
- type: textarea
attributes:
label: Describe the feature you'd like to add
description: Please tell me details you want.
label: Feature overview
description: Describe the feature you want to propose.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Please describe additional context if you have.
description: Describe additional context if you have.
validations:
required: false
Loading