2.0.1, actions, templates

This commit is contained in:
Dan
2025-01-27 21:26:04 +03:00
parent e1071e8f85
commit a3c6eabdae
13 changed files with 215 additions and 1 deletions

61
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,61 @@
name: Bug report
description: This issue template is designed to help you report problems and suggest improvements for our project.
labels: bug
body:
- type: textarea
attributes:
label: Describe the bug
description: Describe the issue in detail here, including any relevant context or background information. Be clear and concise.
placeholder: |
Enter your description here
render: yaml
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: |
Steps to reproduce the behavior (bug)
placeholder: |
Example:
1. Go to Main tab
2. Tap to the music
3. See error
render: yaml
validations:
required: true
- type: textarea
attributes:
label: Crashlog
description: |
**Do not put text from crashlog, include zipped Crashlog_File.ips instead**
**To find and attach your crashlog:**
1. Open the Analytics & Improvements section of Settings on the device.
2. Tap Analytics Data.
3. Locate the log for your app. The log name starts with YouTubeMusic_(DateTime).
4. Select the desired log.
5. Tap the Share icon, save it in the Files app, then zip saved file.
placeholder: |
Drag and drop your Crashlog.zip here.
validations:
required: false
- type: checkboxes
attributes:
label: Post Requisites
description: |
**IMPORTANT:** Read carefully before checking the box.
options:
- label: I have checked that a similar issue has not been reported before.
required: true
- label: Verified the relevance of the project and the version you are using.
required: true
- label: Provided a detailed description of the problem and have filled in all required fields.
required: true
- label: I did not answer truthfully to **ALL** the above checkboxes.
required: false
- label: By submitting this issue, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the issue being closed without discussion, and repeated violations may lead to restrict account from further participation.**
required: true

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1 @@
blank_issues_enabled: false

View File

@@ -0,0 +1,30 @@
name: Feature request
description: This template is designed to help you suggest improvements or new features for our project.
labels: enhancement
body:
- type: textarea
attributes:
label: Describe the feature request
description: Describe the feature or enhancement in detail here. Include any relevant context or background information. Be clear and concise.
placeholder: |
Enter your description here
render: yaml
validations:
required: true
- type: checkboxes
attributes:
label: Post Requisites
description: |
**IMPORTANT:** Read carefully before checking the box.
options:
- label: I have checked that a similar feature request has not been reported before.
required: true
- label: Verified the relevance of the project and the version you are using.
required: true
- label: Provided a detailed description of the request and have filled in all required fields.
required: true
- label: I did not answer truthfully to **ALL** the above checkboxes.
required: false
- label: By submitting this request, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the request being closed without discussion, and repeated violations may lead to restrict account from further participation.**
required: true