You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "[Bug] Edit Me! Issues with unmodified title will be automatically closed"
5
+
body:
6
+
- type: checkboxes
7
+
attributes:
8
+
label: Prerequisites
9
+
options:
10
+
- label: I have tried the latest version and I can confirm that this issue still exists.
11
+
required: true
12
+
- label: I will write this issue with a collaborative spirit, providing as much detail as possible, not just an error message or a screenshot.
13
+
required: true
14
+
- type: textarea
15
+
id: desc
16
+
attributes:
17
+
label: Bug Description
18
+
description: What happened? What's the current situation? Which Comic? Can the issue be consistently reproduced?
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: reproduction
23
+
attributes:
24
+
label: Steps to Reproduce
25
+
description: This is the **most important** part of the entire issue. Please refer to [this issue](https://github.com/lanyeeee/hitomi-downloader/issues/4) for an example of how to write detailed reproduction steps.
26
+
placeholder: Reproduction Steps are the biggest factor affecting issue processing efficiency. Without detailed reproduction steps, the issue will be difficult to locate, and developers will need to spend a lot of time communicating back and forth to pinpoint the issue
27
+
validations:
28
+
required: true
29
+
- type: checkboxes
30
+
attributes:
31
+
label: Reproduction Steps are Crucial
32
+
description: Providing only an error message or a screenshot without reproduction steps makes the issue difficult to locate and, therefore, difficult to solve. Detailed reproduction steps also show respect for the maintainers' work.
33
+
options:
34
+
- label: I have referred to [this issue](https://github.com/lanyeeee/hitomi-downloader/issues/4) and have written detailed steps in the **Steps to Reproduce** section.
35
+
required: true
36
+
- type: textarea
37
+
id: expected
38
+
attributes:
39
+
label: Expected Behavior
40
+
description: What did you expect to happen?
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
id: actual
45
+
attributes:
46
+
label: Actual Behavior
47
+
description: What actually happened?
48
+
validations:
49
+
required: true
50
+
- type: textarea
51
+
id: logs
52
+
attributes:
53
+
label: Logs
54
+
description: Please provide any relevant logs.
55
+
placeholder: |
56
+
If the logs are short, you can paste them here directly.
57
+
58
+
If the logs are very long, please save them to a .txt file and upload it by dragging it into the text box or clicking the add files button below.
59
+
validations:
60
+
required: false
61
+
- type: textarea
62
+
id: media
63
+
attributes:
64
+
label: Screenshots or Screen Recordings
65
+
description: Screenshots or screen recordings that demonstrate the issue.
66
+
placeholder: You can drag and drop files here or click the add files button below.
67
+
- type: input
68
+
id: version
69
+
attributes:
70
+
label: Version(Check by clicking the "About" button)
71
+
placeholder: v0.1.0
72
+
validations:
73
+
required: true
74
+
- type: textarea
75
+
id: other
76
+
attributes:
77
+
label: Additional Context
78
+
description: Add any other context about the problem here.
0 commit comments