[misc] Clarify that the issue template cannot be removed (#12332)

Fix 517ddf3c3f12560ab93e3d36244dc82db9f97818

Authored by: bashonly
This commit is contained in:
bashonly 2025-02-10 18:40:21 -06:00 committed by GitHub
parent 2081634474
commit 4ecb833472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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.
- type: markdown - type: markdown
attributes: attributes:
value: | value: |

View File

@ -56,7 +56,7 @@ NO_SKIP = '''
attributes: attributes:
value: | value: |
> [!IMPORTANT] > [!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() '''.strip()