aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
blob: 7b377c33100bc227063f1fa2849a3a38555b75d1 (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
37
name: Bug report
description: Report a bug in Ferdium
title: "Describe your bug"
labels: ["bug :beetle:"]
body:
- type: checkboxes
  attributes:
    label: Avoid duplicates
    description: Please ensure you've completed the following
    options:
      - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain
        required: true
- type: textarea
  attributes:
    label: Steps to reproduce
    description: Explain to us how we can reproduce your bug on our computer
    placeholder: |
      1. Go to '...'
      2. Click on '....'
      3. Scroll down to '....'
      4. See error
  validations:
    required: true
- type: textarea
  attributes:
    label: Debug link
    description: Get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
  validations:
    required: true
- type: textarea
  attributes:
    label: Screenshots
    description: If applicable, add screenshots to help visualize your problem
- type: textarea
  attributes:
    label: Additional information
    description: If your problem needs further explanation, please add more information here