diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2025-02-10 18:40:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 00:40:21 +0000 |
commit | 4ecb833472c90e078567b561fb7c089f1aa9587b (patch) | |
tree | 97fdd70332a58f26d472b6b6923c16e5d28c7f7d /devscripts/make_issue_template.py | |
parent | 208163447408c78673b08c172beafe5c310fb167 (diff) |
[misc] Clarify that the issue template cannot be removed (#12332)
Fix 517ddf3c3f12560ab93e3d36244dc82db9f97818
Authored by: bashonly
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 681ebc51c..110fcc245 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -56,7 +56,7 @@ NO_SKIP = ''' attributes: value: | > [!IMPORTANT] - > Not providing the required (*) information will result in your issue being closed and ignored. + > Not providing the required (*) information or removing the template will result in your issue being closed and ignored. '''.strip() |