aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/open_issue.yml
blob: fd643cafb6c3c71f4c9fb7ad75261214eb2cdfa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Open empty issue
description: For everything that's neither a feature request, nor a bug
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/fedium-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. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution.
  - type: textarea
    attributes:
      label: "Your issue"
      description: "Describe your issue"
    validations:
      required: true