diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fabeac0c..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: bug -assignees: '' - ---- - -** Before making an issue make sure you are using the latest version of yt-dlp in the settings. Perhaps try using the nightly version of yt-dlp. If that didn't help, proceed with the issue - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots / Video Recording** -If applicable, add them to help explain your problem. - -**(please complete the following information):** - - Android Version: - - App Version: - - Other Device Information: - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..70f93493 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,95 @@ +name: Bug report +description: Create a report to help us address issues you are facing +title: "[Bug] " +labels: [bug] +body: + - type: markdown + attributes: + value: | + You can try the nightly version first. If that doesn't help, proceed with the issue. + + - type: checkboxes + id: version + attributes: + label: ⠀ + options: + - label: Tried latest version + required: true + + - type: checkboxes + id: duplication + attributes: + label: ⠀ + options: + - label: This issue is not duplicated with any other open or closed issues + required: true + + - type: markdown + attributes: + value: | + Thanks for taking the time to make us better! + + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + placeholder: | + App crashes on startup every time after changing settings. + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen + placeholder: | + App started normally, everything is working fine. + validations: + required: false + + - type: textarea + id: reproduce + attributes: + label: Steps to reproduce + description: Steps to reproduce the bug + placeholder: | + 1. Turn on "Don't download as Fragments" in "Folders" settings + 2. Restart the app + 3. Crash + validations: + required: true + + - type: textarea + id: environment + attributes: + label: Device information + description: Provide details about your system environment + placeholder: | + Device: + System: + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots / Recordings + description: If applicable, add them to help explain your problem + placeholder: | + modified_setting_items.jpg + crashed_screen.jpg + validations: + required: false + + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context about the problem here + placeholder: | + Crash report: + Verbose logs: + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..586d7897 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub discussions + url: https://github.com/deniscerri/ytdlnis/discussions + about: Discuss or ask questions here + - name: Telegram group + url: https://t.me/ytdlnis + about: You can also chat or ask questions here + - name: Discord server + url: https://discord.gg/WW3KYWxAPm + about: You can also chat or ask questions here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b923785e..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FEATURE REQUEST]" -labels: enhancement -assignees: '' - ---- - -**Is your feature request available in yt-dlp? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..145dc775 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,50 @@ +name: Feature request +description: Suggest features you want to add or suggest to modify existing features +title: "[Feature] " +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to make us better! + + - type: textarea + id: description + attributes: + label: Describe the feature + description: A clear and concise description of what the feature is + placeholder: | + A Quick Settings tile to quick download from the clipboard, long press to open the download panel. + validations: + required: true + + - type: textarea + id: reasons + attributes: + label: Reason for adding + description: Explain why this feature would be useful to you + placeholder: | + For devices that don't have the copy popup, quickly download the video/audio from the Quick Settings tile and save lots of time. + validations: + required: true + + - type: textarea + id: examples + attributes: + label: Example(s) + description: Post screenshots/drawings/links/etc of the feature request, or proof-of-concept images about the feature + placeholder: | + anywhere_toggle.jpg + quicktiles_toggle.jpg + validations: + required: false + + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context about the feature here + placeholder: | + Existing solutions (code or repositories) + validations: + required: false