From e5c7d5c9c27ce58c75c78157f52573e9efade8bc Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:29:53 +0000 Subject: [PATCH] Ok --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ----------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 55 +++++++++++++----------- .github/ISSUE_TEMPLATE/config.yml | 11 +++++ .github/ISSUE_TEMPLATE/locale_request.md | 31 +++++++++++++ 4 files changed, 72 insertions(+), 64 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/locale_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 6cfbfc73..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 569456a4..9dd9483a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7c91e996 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/locale_request.md b/.github/ISSUE_TEMPLATE/locale_request.md new file mode 100644 index 00000000..5c153ae9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/locale_request.md @@ -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. \ No newline at end of file