diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4e2060b6..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: "" -assignees: amir20 ---- - -**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. - -**Desktop (please complete the following information):** - -- OS: [e.g. iOS, Windows or Mac Os] -- Docker version [e.g. `docker version`'s output] -- Browser & version [e.g. chrome, safari] -- Version [e.g. 1.26.1. Can be found at `/version`] - -**If applicable include logs with `--level debug` and browser logs** diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..c840d99d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,59 @@ +name: Bug Report +labels: ["bug"] +description: | + Use this template if something is not working as expected. +body: + - type: markdown + attributes: + value: | + I get an overwhelming of issues which take coniserable amount of time to investigate. Most often, they are configuration related. + For this reason, I ask you to help me by providing as much information as possible. + For issues with `docker-socket-proxy` I may not be able to help as those are not related to Dozzle. + - type: checkboxes + attributes: + label: Check for existing issues + description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it. + options: + - label: Completed + required: true + - type: dropdown + attributes: + label: How is Dozzle deployed? + description: Select the components that you are using. + options: + - Standalone Deployment + - Agents + - Remote Hosts + - Swarm Mode + validations: + required: true + - type: input + attributes: + label: Dozzle version + description: Can be found in logs or settings page. + validations: + required: true + - type: textarea + attributes: + label: Describe the bug / provide steps to reproduce it + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: environment + attributes: + label: Environment + description: Run `docker system info` and paste the output in the field below.. + validations: + required: true + - type: textarea + attributes: + label: If applicable, add screenshots to help explain your vision of the feature + description: Drag issues into the text input below + validations: + required: false + - type: textarea + attributes: + label: If applicable, attach your Dozzle logs. You many need to enable [debug mode](https://dozzle.dev/guide/debugging) to see more logs. + validations: + required: false