Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a79e4e

Browse files
committed
fix first issue label
1 parent 2783511 commit 4a79e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
PYTHON_VERSION = "3.13"
1717
PENDING_ENTRIES_FOR_GOOD_FIRST_ISSUE = 5
18-
GOOD_FIRST_ISSUE_LABEL = "good first_issue"
18+
GOOD_FIRST_ISSUE_LABEL = "good first issue"
1919
ISSUE_LABELS = [PYTHON_VERSION]
2020
ISSUE_TITLE = 'Translate `{pofilename}`'
2121
ISSUE_BODY = '''This file is {translated_percent}% translated and needs to reach 100%.

0 commit comments

Comments
 (0)