Skip to content

Commit

Permalink
Merge pull request #2448 from carapace-sh/fix-template
Browse files Browse the repository at this point in the history
fix template
  • Loading branch information
rsteube authored Jul 20, 2024
2 parents ab9f9ad + a4b76ad commit dab7b7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug
description: File a bug/issue
title: "<command>: <title>"
labels: [bug,Fund]
labels: [bug,fund]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Request
description: Submit a request
title: "<title>"
labels: [enhancement, Fund]
labels: [enhancement, fund]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_completer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Completer
description: Request a new completer
title: "<command> completer"
labels: [enhancement, completer, Fund]
labels: [enhancement, completer, fund]
body:
- type: input
attributes:
Expand Down

0 comments on commit dab7b7e

Please sign in to comment.