summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.yml
blob: c1917fdf229b28e85fcef058d3e76a34f2e5095b (plain)
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
37
38
39
40
41
42
43
44
45
name: Bug Report
description: Report a bug
labels: [bug]

body:
- type: textarea
  id: problem
  attributes:
    label: What is the problem?
  validations:
    required: true

- type: textarea
  id: reproduction
  attributes:
    label: Reproduction Steps
    description: (If known) Minimal steps that can reproduce the issue.
  validations:
    required: false

- type: input
  id: version
  attributes:
    label: tt-rss Version
    description: Which version (commit) of tt-rss are you using?
  validations:
    required: true

- type: textarea
  id: environment
  attributes:
    label: Environment
    description: |
      How are you running tt-rss?  Include all relevant details (e.g. Docker image, OS, PHP version, etc.).
  validations:
    required: true

- type: textarea
  id: other
  attributes:
    label: Other Information
    description: |
      Anything else you want to provide (e.g. related issues, suggestions on how to fix, whether you want to work on the fix, links for context, etc.).
  validations:
    required: false