diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index 5fdf4c8c..595ee831 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -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 diff --git a/.github/feature_request_creator.py b/.github/feature_request_creator.py index 7ccbc8ea..d279a47a 100755 --- a/.github/feature_request_creator.py +++ b/.github/feature_request_creator.py @@ -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',