From a8c37a018673302dc1176f3ed63c919198c7125d Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 17:20:44 +0100 Subject: Iterate on issues config [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yml | 106 ++++------------------------------ .github/ISSUE_TEMPLATE/config.yml | 4 +- 2 files changed, 13 insertions(+), 97 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce6f33e17..dfb24d8fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,84 +1,15 @@ -name: Bug Report -description: Report an Ferdi bug -title: "" +name: Bug report +description: Report a bug in Ferdi +title: "Describe your bug" labels: ["bug :beetle:"] body: -- type: markdown - attributes: - value: | - 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) - 2. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. - 3. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/issues) - 4. If none of the above pertain to your problem, please fill our form below, this way we can analyse and fix the problem as fast as possible. - 5. Please consider supporting Ferdi! - 👉 https://github.com/sponsors/getferdi - 👉 https://opencollective.com/getferdi/donate - type: checkboxes attributes: - label: Preflight Checklist - description: Please ensure you've completed all of the following. + label: Avoid duplicates + description: Please ensure you've completed the following options: - - label: I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. - required: true - - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. + - label: I have searched the [issues tracker](https://github.com/getferdi/ferdi/issues) for a bug report similar to mine, in vain required: true - - label: I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success. - required: true -- type: input - attributes: - label: Ferdi Version - description: What version of Ferdi are you using? - placeholder: 5.6.3 - validations: - required: true -- type: dropdown - attributes: - label: What operating system are you using? - options: - - Windows - - macOS - - Ubuntu - - Other Linux - - Other (specify below) - validations: - required: true -- type: dropdown - attributes: - label: Server - options: - - Ferdi - - Franz - - Using without an account - - Other server (please specify in the steps to reproduce) - validations: - required: true -- type: input - attributes: - label: Operating System Version - description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, inside a terminal session, use lsb_release or uname -a. - placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" - validations: - required: true -- type: dropdown - attributes: - label: What arch are you using? - options: - - x64 - - ia32 - - arm64 (including Apple Silicon) - - Other (specify below) - validations: - required: true -- type: input - attributes: - label: Last Known working version of Ferdi - description: What is the last version of Ferdi this worked in, if applicable? - placeholder: 5.6.3 -- type: input - attributes: - label: Git SHA and/or build date - description: In the latest versions of Ferdi, we now also expose the GIT SHA and the build date. IF you are running one such version, please include this information as well. - placeholder: 9b29f041 / Sun May 09 2021 12:35:48 GMT+0200 - type: textarea attributes: label: Steps to reproduce @@ -92,30 +23,15 @@ body: required: true - type: textarea attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true -- type: textarea - attributes: - label: Actual Behavior - description: A clear description of what actually happens. + label: Debug link + description: Get your debug link via Ferdi's "Help" > "Publish Debug Information", then share your link with us validations: required: true - type: textarea attributes: label: Screenshots - description: If applicable, add screenshots to help explain your problem. You can simply drag and drop any image file into the editor to add it to the report -- type: textarea - attributes: - label: Debug information - description: Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then share a debug information file or your published link with us. -- type: input - attributes: - label: Testcase Gist URL - description: If you can reproduce the issue in a standalone test case, please use [Electron Fiddle](https://github.com/electron/fiddle) to create one and to publish it as a [GitHub gist](https://gist.github.com) and put the gist URL here. This is **the best way** to ensure this issue is triaged quickly **and** does not regress in the future. - placeholder: https://gist.github.com/... + description: If applicable, add screenshots to help visualize your problem - type: textarea attributes: - label: Additional Information - description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here. + label: Additional information + description: If your problem needs further explanation, please add more information here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 99cc88f24..26833093e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ # blank_issues_enabled: false contact_links: - - name: Ferdi Community Support + - name: Frequently Asked Questions url: https://getferdi.com/faq/ - about: Please see some basic questions here. If your question is not answered, please continue with raising an issue in github. + about: The FAQ answers the most frequently asked questions on Ferdi -- cgit v1.2.3-54-g00ecf