Skip to content

Commit

Permalink
Fix template label (case sensitive) (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Nov 16, 2023
1 parent 3a8b971 commit d899576
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/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ body:
type: markdown
description: "If something isn't working, file a report. \U0001F527"
labels:
- bug
- BUG
name: "\U0001F41C Extension Bug Report"
title: Extension Bug
2 changes: 1 addition & 1 deletion .github/bug_report_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
BUG_REPORT = {'name': '🐜 Extension Bug Report',
'description': "If something isn't working, file a report. 🔧",
'title': 'Extension Bug',
'labels': ['bug'],
'labels': ['BUG'],
'body': [{'type': 'markdown',
'attributes': {'value': 'Thanks for taking the time to fill out this bug report!'}},
{'type': 'input', 'id': 'extension_version',
Expand Down

0 comments on commit d899576

Please sign in to comment.