[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: shorten issue template naming (#7885)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Nov 15, 2023
1 parent 533861a commit 3bce7af
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-bug-report-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🐛 Report a Bug With a Rule'
name: '🐛 Rule Bug'
description: 'Report a bug you encountered with a lint rule'
title: 'Bug: [rule name here] <short description of the issue>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-enhancement-rule-option.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Propose a New Rule Option or Additional Checks'
name: '✨ New Rule Option or Additional Check'
description: 'Propose a new lint rule option or propose that a lint rule checks more cases'
title: 'Enhancement: [rule-name] <a short description of my proposal>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-enhancement-new-rule.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Propose a New Rule'
name: '✨ New Rule'
description: 'Propose a new lint rule'
title: 'Rule proposal: <a short description of my proposal>'
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Propose a New Base Rule Extension'
name: '✨ New Base Rule Extension'
description: 'Propose a new base lint rule extension'
title: 'Base rule extension: [rule-name] <a short description of my proposal>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/05-documentation-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '📝 Documentation Request'
name: '📝 Documentation'
description: 'Request a change in documentation'
title: 'Docs: <a short description of my proposal>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/06-bug-report-other.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🐛 Report a Bug With Another Package'
name: '🐛 Bug With Another Package'
description: 'Report a bug you encountered with another one of our packages (parser, util, scope-manager, etc)'
title: 'Bug: <short description of the issue>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/07-enhancement-other.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Propose an Enhancement With Another Package'
name: 'Enhance Another Package'
description: 'Report an enhancement to another one of our packages (parser, util, scope-manager, etc)'
title: 'Enhancement: <a short description of my proposal>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/08-bug-report-complex.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🐛 Report a Complex Bug With a Reproduction Repository'
name: '🐛 Complex Bug With a Reproduction Repository'
description: Report a complex bug you encountered by providing an isolated reproduction repository
title: 'Bug: <short description of the issue>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/09-config-change.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Propose a Change to Preset Configurations'
name: '♻ Preset Configurations Change'
description: 'Propose an addition, removal, or general change to a preset config'
title: 'Configs: <a short description of my proposal>'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/10-repo-maintenance.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🏗 Suggest an Improvement with Repository Maintenance'
name: '🏗 Improve Repository Maintenance'
description: Report a bug or request a feature related to developing the typescript-eslint monorepo
title: 'Repo: <short description of the issue>'
labels:
Expand Down

0 comments on commit 3bce7af

Please sign in to comment.