Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 20, 2024
1 parent ab9f9ad commit a4b76ad
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:
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:
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:

0 comments on commit a4b76ad

Please sign in to comment.