summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/QUESTION.yml
blob: 08477d1d1c9c2ed80fc0f3466066157ea4cd0cb0 (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
name: Question
description: Questions for DeDRM Project
body:
  - type: textarea
    id: question
    attributes:
      label: Question / bug report
      description: Please enter your question / your bug report.
  - type: input
    id: calibre-version
    attributes:
      label: Which version of Calibre are you running?
      description: "Example: 6.23"
      placeholder: "6.23"
    validations: 
      required: true
  - type: input
    id: plugin-version
    attributes:
      label: Which version of the DeDRM plugin are you running?
      description: "Example: v10.0.2"
      placeholder: "v10.0.2"
    validations: 
      required: true
  - type: input
    id: kindle-version
    attributes:
      label: If applicable, which version of the Kindle software are you running?
      description: "Example: 1.24"
      placeholder: "Leave empty if unrelated to Kindle books"
    validations: 
      required: false
  - type: textarea
    id: log
    attributes:
      label: Log output
      description: If applicable, please post your log output here - into the code block.
      value: |
        ```log
        Paste log output here.
        ```