mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-15 20:48:32 +01:00
[misc] Clarify that the issue template cannot be removed (#12332)
Fix 517ddf3c3f
Authored by: bashonly
This commit is contained in:
parent
2081634474
commit
4ecb833472
7 changed files with 7 additions and 7 deletions
2
.github/ISSUE_TEMPLATE/1_broken_site.yml
vendored
2
.github/ISSUE_TEMPLATE/1_broken_site.yml
vendored
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
|
|
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
|
|
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/4_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/4_bug_report.yml
vendored
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/5_feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/5_feature_request.yml
vendored
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/6_question.yml
vendored
2
.github/ISSUE_TEMPLATE/6_question.yml
vendored
|
@ -6,7 +6,7 @@ body:
|
|||
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.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue