aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-05-20 02:35:08 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-05-20 02:38:24 +0530
commitc8bc203fbf3bb09914e53f0833eed622ab7edbb9 (patch)
tree85176358a08f719caa66d6223f2c141468c21f2a /.github
parent21b9413cf7dd4830b2ece57af21589dd4538fc52 (diff)
downloadhypervideo-pre-c8bc203fbf3bb09914e53f0833eed622ab7edbb9.tar.lz
hypervideo-pre-c8bc203fbf3bb09914e53f0833eed622ab7edbb9.tar.xz
hypervideo-pre-c8bc203fbf3bb09914e53f0833eed622ab7edbb9.zip
[docs] Misc improvements
Closes #6814, closes #6940, closes #6733, closes #6923, closes #6566, closes #6726, closes #6728
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/1_broken_site.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml6
-rw-r--r--.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml2
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
5 files changed, 14 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.yml b/.github/ISSUE_TEMPLATE/1_broken_site.yml
index cdbb86760..77b777d5a 100644
--- a/.github/ISSUE_TEMPLATE/1_broken_site.yml
+++ b/.github/ISSUE_TEMPLATE/1_broken_site.yml
@@ -1,5 +1,5 @@
-name: Broken site
-description: Report error in a supported site
+name: Broken site support
+description: Report issue with yt-dlp on a supported site
labels: [triage, site-bug]
body:
- type: checkboxes
@@ -16,7 +16,7 @@ body:
description: |
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
options:
- - label: I'm reporting that a **supported** site is broken
+ - label: I'm reporting that yt-dlp is broken on a **supported** site
required: true
- label: I've verified that I'm running yt-dlp version **2023.03.04** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
required: true
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.yml b/.github/ISSUE_TEMPLATE/4_bug_report.yml
index bf1d97bba..122dda4f2 100644
--- a/.github/ISSUE_TEMPLATE/4_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/4_bug_report.yml
@@ -1,4 +1,4 @@
-name: Bug report
+name: Core bug report
description: Report a bug unrelated to any particular site or extractor
labels: [triage, bug]
body:
diff --git a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml
index 1f6f92634..a51db789f 100644
--- a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml
+++ b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml
@@ -1,5 +1,5 @@
-name: Broken site
-description: Report error in a supported site
+name: Broken site support
+description: Report issue with yt-dlp on a supported site
labels: [triage, site-bug]
body:
%(no_skip)s
@@ -10,7 +10,7 @@ body:
description: |
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
options:
- - label: I'm reporting that a **supported** site is broken
+ - label: I'm reporting that yt-dlp is broken on a **supported** site
required: true
- label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
required: true
diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml
index 90f59e70b..9ab490267 100644
--- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml
@@ -1,4 +1,4 @@
-name: Bug report
+name: Core bug report
description: Report a bug unrelated to any particular site or extractor
labels: [triage, bug]
body:
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c4d3e812e..cbed82173 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -40,4 +40,10 @@ Fixes #
- [ ] Core bug fix/improvement
- [ ] New feature (It is strongly [recommended to open an issue first](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#adding-new-feature-or-making-overarching-changes))
+
+<!-- Do NOT edit/remove anything below this! -->
+</details><details><summary>Copilot Summary</summary>
+
+copilot:all
+
</details>