Skip to content

Commit

Permalink
Fix casing in template
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Oct 26, 2023
1 parent 282ab15 commit 2753a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ body:
type: markdown
description: "If you have a feature request \U0001F4A1"
labels:
- feature request
- FEATURE REQUEST
name: "\U0001F680 Extension Feature Request"
title: Extension Feature Request
2 changes: 1 addition & 1 deletion .github/feature_request_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
FEATURE_RQ = {'name': '🚀 Extension Feature Request',
'description': "If you have a feature request 💡",
'title': 'Extension Feature Request',
'labels': ['feature request'],
'labels': ['FEATURE REQUEST'],
'body': [{'type': 'markdown',
'attributes': {'value': 'Thanks for taking the time to fill out this feature request!'}},
{'type': 'dropdown', 'id': 'extension',
Expand Down

0 comments on commit 2753a50

Please sign in to comment.