name: Bug Report 🐛
description: Report something that's not working the way it's (probably) intended to
title: '[BUG] <title>'
labels: ['🐛 Bug']
assignees:
  - khulnasoft
body:
  - type: dropdown
    id: environment
    attributes:
      label: Environment
      description: Where are you running Dashworks?
      options:
        - Self-Hosted (Docker)
        - Self-Hosted (Bare Metal)
        - Cloud Service (Static)
        - Other (Specify below)
    validations:
      required: true
  - type: input
    id: system
    attributes:
      label: System
      description: >-
        For deployment issues, specify your [distro or OS](https://whatsmyos.com/) and/ or Docker version.
        For client-side issues, include your [browser version](https://www.whatsmybrowser.org/)
      placeholder: e.g. Firefox 101, Manjaro Linux 21.3.0, Docker 20.10.16
    validations:
      required: false
  - type: input
    id: version
    attributes:
      label: Version
      description: What version of Dashworks are you running?
      placeholder: 4.2.0 ← should look like this (check config menu)
    validations:
      required: false
  - type: textarea
    id: repro
    attributes:
      label: Describe the problem
      description: Please describe exactly what is not working, include the steps to reproduce, actual result and expected result
      placeholder: When doing ABC then DEF, I expect to see XYZ, but I actually see ZYX
    validations:
      required: true
  - type: textarea
    id: logs
    attributes:
      label: Additional info
      description: Logs? Screenshots? Yes, please.
      placeholder: If the issue happens during build-time, include terminal logs. For run-time errors, include browser logs which you can view in the Dev Tools (F12), under the Console tab. Take care to blank out any personal info.
    validations:
      required: false
  - type: checkboxes
    id: idiot-check
    attributes:
      label: Please tick the boxes
      description: Before submitting, please ensure that
      options:
        - label: You have explained the issue clearly, and included all relevant info
          required: true
        - label: You are using a [supported](https://github.com/KhulnaSoft/dashworks/blob/master/.github/SECURITY.md#supported-versions) version of Dashworks
          required: true
        - label: You've checked that this [issue hasn't already been raised](https://github.com/KhulnaSoft/dashworks/issues?q=is%3Aissue)
          required: true
        - label: You've checked the [docs](https://github.com/KhulnaSoft/dashworks/tree/master/docs#readme) and [troubleshooting](https://github.com/KhulnaSoft/dashworks/blob/master/docs/troubleshooting.md#troubleshooting) guide ![important](https://img.shields.io/badge/Important!-F6094E)
          required: true
        - label: You agree to the [code of conduct](https://github.com/KhulnaSoft/dashworks/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
          required: true
  - type: markdown
    attributes:
      value: |-
        ## Thanks 🙏
        <img align="left" width="160" src="https://i.ibb.co/S5vCnhL/gh-thanks.gif" alt="🐙" />
        Thank you for raising this ticket - in doing so you are helping to make the app better for everyone 💪<br>
        You should expect a reply within the next 48 hours :)<br>
        ⭐️ Consider dropping the repo a star if you're enjoying Dashworks!<br>
    validations:
      required: false
