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.
|
|
53
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
53
.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.
|
description: If you encounter an issue whilst using our app, please use this template to help improve the app.
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug", "triage"]
|
labels: ["bug", "triage"]
|
||||||
assignees: []
|
assignees:
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -12,42 +12,47 @@ body:
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
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!
|
placeholder: Tell us what you see!
|
||||||
value: "A bug happened!"
|
value: "A bug happened!"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: textarea
|
||||||
id: version
|
id: replication
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Steps to Reproduce
|
||||||
description: What version of our software are you running?
|
description: How did you produce this bug, tell us how you did it so we can do it ourselves.
|
||||||
options:
|
placeholder: Tell us how you did it
|
||||||
- 1.0.2 (Default)
|
value: "1. Clicked on..."
|
||||||
- 1.0.3 (Edge)
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: logs
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
label: Environment Information
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
description: |
|
||||||
render: shell
|
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
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
label: Code of Conduct
|
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:
|
options:
|
||||||
- label: I agree to follow this project's Code of Conduct
|
- 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