name: Bug report
about: File a bug report
labels:
  - Bug
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report! Please provide a short but a descriptive title for your issue.
  - type: textarea
    id: expected-behaviour
    attributes:
      label: Expected Behavior
      description: What did you expect to happen?
    validations:
      required: true
  - type: textarea
    id: actual-behaviour
    attributes:
      label: Actual Behavior
      description: What actually happened?
    validations:
      required: true
  - type: textarea
    id: steps-to-reproduce
    attributes:
      label: Steps to Reproduce
      description: What steps can we follow to reproduce this issue?
      placeholder: |
        1. First step
        2. Second step
        3. and so on...
    validations:
      required: true
  - type: textarea
    id: context
    attributes:
      label: Context and notes
      description: Additional information about environment or what were you trying to do. If you have an idea how to fix this issue, please describe it here too.
  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output, if you have any. This will be automatically formatted into code, so no need for backticks.
      render: shell
  - type: input
    id: app-version
    attributes:
      label: App Version
      description: What version of SelfPrivacy app are you running? You can find it in the "About" section of the app.
    validations:
      required: true
  - type: input
    id: api-version
    attributes:
      label: Server API Version
      description: What version of SelfPrivacy API are you running? You can find it in the "About" section of the app. Leave it empty if your app is not connected to the server yet.
  - type: dropdown
    id: os
    attributes:
      label: Operating System
      description: What operating system are you using?
      options:
        - Android
        - iOS
        - Linux
        - macOS
        - Windows