Ok
This commit is contained in:
parent
6f0a173eef
commit
e5c7d5c9c2
4 changed files with 72 additions and 64 deletions
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: If you encounter an issue whilst using our app, please use this template to help improve the app.
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment Information**
|
||||
- OS *(e.g. Linux/Mac/Windows)*:
|
||||
- Application Version *(e.g. 2.5.0)*:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Have you followed the troubleshooting guide and checked for any outstanding/pinned issues that can help?**
|
||||
*Troubleshooting guide can be found [here](https://github.com/Apple-Music-Electron/Apple-Music-Electron/wiki/Troubleshooting).*
|
||||
Yes/No
|
||||
|
||||
**Log File**
|
||||
Follow [this](https://github.com/Apple-Music-Electron/Apple-Music-Electron/wiki/FAQs#2-how-to-find-the-log-file) to find your log file.
|
||||
Attach your log file to the post but make sure to remove any LastFM keys that are in the file.
|
55
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
55
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -2,7 +2,7 @@ name: Test Report
|
|||
description: If you encounter an issue whilst using our app, please use this template to help improve the app.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees: []
|
||||
assignees:
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -12,42 +12,47 @@ body:
|
|||
id: description
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is. Also tell us, what did you expect to happen?
|
||||
description: A clear and concise description of the bug you encountered. Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
- type: textarea
|
||||
id: replication
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
options:
|
||||
- 1.0.2 (Default)
|
||||
- 1.0.3 (Edge)
|
||||
label: Steps to Reproduce
|
||||
description: How did you produce this bug, tell us how you did it so we can do it ourselves.
|
||||
placeholder: Tell us how you did it
|
||||
value: "1. Clicked on..."
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- type: textarea
|
||||
id: logs
|
||||
id: environment
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
label: Environment Information
|
||||
description: |
|
||||
examples:
|
||||
- **OS**: Ubuntu 20.04
|
||||
- **App Version**: 1.0.0
|
||||
- **Commit ID**: c9d43be
|
||||
value: |
|
||||
- OS:
|
||||
- App Version:
|
||||
- Commit ID:
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information that you would like to add that could assist us with your issue.
|
||||
render: markdown
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
required: true
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord Support
|
||||
url: https://discord.com/invite/AppleMusic
|
||||
about: For quick support, make a ticket or ask for community support here.
|
||||
- name: GitHub Troublshooting
|
||||
url: https://github.com/ciderapp/Cider/wiki/Troubleshooting
|
||||
about: In most cases, these troubleshooting tips can resolve basic issues. Try them out before opening an issue.
|
||||
- name: GitHub Issues
|
||||
url: https://github.com/ciderapp/Cider/issues
|
||||
about: Check to make sure there is not an issues already open that is related to your issue.
|
31
.github/ISSUE_TEMPLATE/locale_request.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/locale_request.md
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
name: Language Request
|
||||
about: Open an issue here if you would like a certain language changed or added.
|
||||
title: "[LOCALE] "
|
||||
labels: 🌐 Translations
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment Information**
|
||||
- Operating System (and Distribution if on Linux) (e.g. Windows):
|
||||
- Application Version / Commit ID *(e.g. 1.0.0 / c9d43be)*:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Add table
Add a link
Reference in a new issue