Skip to content

Commit

Permalink
docs: update issue templates (#187)
Browse files Browse the repository at this point in the history
docs: update issue tempates
  • Loading branch information
ronnnnn authored Oct 7, 2024
1 parent e85a3f2 commit d5830af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit d5830af

Please sign in to comment.