File tree Expand file tree Collapse file tree 3 files changed +58
-68
lines changed Expand file tree Collapse file tree 3 files changed +58
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : File a bug report to help improve the Readium toolkit
3
+ title : " [Bug] "
4
+ labels : ["bug", "triage"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thank you for filing a bug report! Please [search for existing issues](https://github.com/readium/kotlin-toolkit/issues?q=is:issue) before submitting.
10
+ - type : textarea
11
+ id : bug-description
12
+ attributes :
13
+ label : Describe the bug
14
+ description : Also, please let us know what your expectations were.
15
+ placeholder : A clear and concise description of what the bug is.
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ id : bug-steps
20
+ attributes :
21
+ label : How to reproduce?
22
+ description : |
23
+ Step by step explanation to reproduce the issue in the Test App.
24
+
25
+ If you can, drag and drop:
26
+ - the publication used to reproduce the problem, after zipping it.
27
+ - screenshots or a screencast showing the issue
28
+
29
+ placeholder : |
30
+ 1. Open book X
31
+ 2. Go to chapter Y
32
+ 3. Swipe left twice
33
+ 4. See error
34
+ ...
35
+ validations :
36
+ required : true
37
+ - type : input
38
+ id : bug-readium-version
39
+ attributes :
40
+ label : Readium version
41
+ description : What version of the Readium toolkit are you running?
42
+ validations :
43
+ required : true
44
+ - type : input
45
+ id : bug-api-version
46
+ attributes :
47
+ label : Android API version
48
+ description : On which Android API version(s) did you reproduce the problem?
49
+ validations :
50
+ required : true
51
+ - type : textarea
52
+ id : bug-additional
53
+ attributes :
54
+ label : Additional context
55
+ description : |
56
+ Share additional code showing how you use Readium, if relevant. Output logs are useful as well.
57
+ If you already went through the codebase to find the bug, you can explain your findings here.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
You can’t perform that action at this time.
0 commit comments