aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/1.bug_report.yml
blob: 2404918b881a896c5b793aaefe093d4741579eb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: '🐛 Bug Report'
description: Create a bug report for Umami.
body:
  - type: textarea
    attributes:
      label: Describe the Bug
      description: A clear and concise description of what the bug is.
    validations:
      required: true
  - type: dropdown
    attributes:
      label: Database
      description: What database are you using?
      options:
        - PostgreSQL
        - MySQL
        - Umami Cloud
    validations:
      required: true
  - type: textarea
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
      render: shell
  - type: input
    attributes:
      label: Which Umami version are you using? (if relevant)
      description: 'For example: 2.18.0, 2.15.1, 1.39.0, etc'
  - type: input
    attributes:
      label: Which browser are you using? (if relevant)
      description: 'For example: Chrome, Edge, Firefox, etc'
  - type: input
    attributes:
      label: How are you deploying your application? (if relevant)
      description: 'For example: Vercel, Railway, Docker, etc'