summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
blob: 805398cd12f44169573f70bcfe1aabf8656ae43a (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
38
39
40
41
42
43
44
45
46
47
name: Bug report
description: Report a bug in Ferdium
title: "Bug: "
labels: ["bug :beetle:"]
body:
  - type: markdown
    attributes:
      value: |
        1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/ferdium-recipes/issues)
        2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-recipes/pulls)
        3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium-app#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
        4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
        5. Please consider supporting Ferdium!
          👉  https://github.com/sponsors/ferdium
          👉  https://opencollective.com/ferdium/donate
  - 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: input
    attributes:
      label: Debug link
      description: Please get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
    validations:
      required: false
  - 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