We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2783511 commit 4a79e4eCopy full SHA for 4a79e4e
scripts/create_issue.py
@@ -15,7 +15,7 @@
15
16
PYTHON_VERSION = "3.13"
17
PENDING_ENTRIES_FOR_GOOD_FIRST_ISSUE = 5
18
-GOOD_FIRST_ISSUE_LABEL = "good first_issue"
+GOOD_FIRST_ISSUE_LABEL = "good first issue"
19
ISSUE_LABELS = [PYTHON_VERSION]
20
ISSUE_TITLE = 'Translate `{pofilename}`'
21
ISSUE_BODY = '''This file is {translated_percent}% translated and needs to reach 100%.
0 commit comments