aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/something_else_open_issue.yml
blob: dc4952ca620cfbfd3ebabb417877d84aa0d0017d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Open empty an 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/ferdium-app/issues) by selecting the related issue category
        2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-app/issues) by selecting the related issue category
        3. 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