diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1eb438ef4..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: "is: 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. - -**LibreTime version:** -Version from the upgrade popup if you can reach it. - -**Installation method:** - -- OS: [e.g. Ubuntu] -- OS Version [e.g. 18.04.5 LTS (Bionic Beaver)] -- Method: [e.g. `./install` script or packages] -- Details: [how did you call the install script, where did you get packages from] - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Client (please complete the following information if applicable):** - -- OS: [e.g. Fedora] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..82f20d8ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,127 @@ +--- +name: Bug report +description: Create a report to help us improve +labels: ["is: bug"] + +body: + - type: markdown + attributes: + value: | + ### Thanks for opening a new bug report! + + Please make sure of the following: + - You agree to follow [this project's Code of Conduct](https://github.com/libretime/organization/blob/main/CODE_OF_CONDUCT.md) + - You have verified that your issue [hasn't already been created](https://github.com/libretime/libretime/issues?q=is%3Aopen+is%3Aissue+label%3A%22is%3A+feature-request%22). + - You will gather and properly fill all the requested information. + + Some useful links: + - [Install documentation](https://libretime.org/docs/admin-manual/setup/install/) + - [Troubleshooting documentation](https://libretime.org/docs/admin-manual/troubleshooting/). + + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + + - type: textarea + id: reproduction + attributes: + label: To reproduce + description: Steps to reproduce the behavior. + value: | + 1. Go to ... + 2. Click on ... + 3. Scroll down to ... + 4. See error + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Relevant log output or error messages + description: | + Please copy and paste any relevant log output or error messages. + + *To help you gather relevant logs, please read the [troubleshooting documentation](https://libretime.org/docs/admin-manual/troubleshooting/#logs).* + + *This will be automatically formatted into code, so no need for backticks.* + render: shell + + - type: input + id: version + attributes: + label: LibreTime version + description: | + The version of LibreTime your are running. + + For example `3.0.0-beta.1` or `main-c9bc3a12987e74e0980fc8adcc4702d9f8ad4249` + + *You can find the LibreTime version on the Settings > Status page.* + value: 3.0.0-beta.1 + validations: + required: true + + - type: textarea + id: installation-environment + attributes: + label: Installation method and OS / Environment + description: | + The method used to install and the operating system / environment your installation is running on. + + For example: + ``` + Operating system: Ubuntu Focal or Debian Bullseye + Method: Installer script or Docker compose + ``` + value: | + Operating system: + Method: + validations: + required: true + + - type: textarea + id: installation-details + attributes: + label: Installation details + description: | + Any details about your installation that haven't been covered by the above. + + For example the content of your `docker-compose.yml` file, or the command used to run the installation script. + + - type: textarea + id: client-environment + attributes: + label: Client Environment + description: | + Environment information used to access LibreTime. + + For example: + ``` + Operating system: Ubuntu Focal or Debian Bullseye + Browser: Firefox 105.0.1 or Chrome 106.0.5249.61 + ``` + + *Please complete the following information if applicable.* + value: | + Operating system: + Browser: + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: | + Screenshots to help explain your problem. + *Please complete the following information if applicable.* diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 294e7f3e7..1ff8190c1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +--- blank_issues_enabled: false contact_links: - name: LibreTime Forum diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 0fd1266f0..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: "is: feature-request" -assignees: "" ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..1dea403a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +--- +name: Feature request +description: Suggest an idea for this project +labels: ["is: feature-request"] + +body: + - type: markdown + attributes: + value: | + ### Thanks for proposing a new feature request! + + Please make sure of the following: + - You agree to follow [this project's Code of Conduct](https://github.com/libretime/organization/blob/main/CODE_OF_CONDUCT.md) + - You have verified that your issue [hasn't already been created](https://github.com/libretime/libretime/issues?q=is%3Aopen+is%3Aissue+label%3A%22is%3A+feature-request%22). + - You will gather and properly fill all the requested information. + + - type: textarea + id: description + attributes: + label: Is your feature request related to a problem? + description: A clear and concise description of what the problem is. + placeholder: I'm always frustrated when [...] + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + + - type: textarea + id: context + attributes: + label: Additional context + description: Any other context or screenshots about the feature request.