diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-17 17:52:22 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-17 17:52:22 +0530 |
commit | a5387729696a5b33f53f60ef06f48e45663b12dd (patch) | |
tree | 8fd95812256275308fd114a4453c42253b94ea81 /devscripts/make_issue_template.py | |
parent | 30031be974d210f451100339699ef03b0ddb5f10 (diff) | |
download | hypervideo-pre-a5387729696a5b33f53f60ef06f48e45663b12dd.tar.lz hypervideo-pre-a5387729696a5b33f53f60ef06f48e45663b12dd.tar.xz hypervideo-pre-a5387729696a5b33f53f60ef06f48e45663b12dd.zip |
[cleanup] Misc
Closes #5897
Diffstat (limited to 'devscripts/make_issue_template.py')
-rw-r--r-- | devscripts/make_issue_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index fd964c6c6..1ee00f2b8 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -58,7 +58,7 @@ NO_SKIP = ''' label: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE description: Fill all fields even if you think it is irrelevant for the issue options: - - label: I understand that I will be **blocked** if I remove or skip any mandatory\\* field + - label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\\* field required: true '''.strip() |