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/swift-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-os-version
46+ attributes :
47+ label : OS version
48+ description : On which OS version(s) did you reproduce the problem?
49+ placeholder : iOS 17.0.1
50+ validations :
51+ required : true
52+ - type : input
53+ id : bug-device
54+ attributes :
55+ label : Testing device
56+ description : On which Apple device did you reproduce the problem?
57+ placeholder : iPhone 15 Pro Max (emulator)
58+ validations :
59+ required : true
60+ - type : textarea
61+ id : bug-environment
62+ attributes :
63+ label : Environment
64+ description : |
65+ Run the following shell commands and paste the result here:
66+ ```shell
67+ echo "macOS: `sw_vers -productVersion`"
68+ echo "platform: `uname -m`"
69+ echo "carthage: `carthage version`"
70+ xcodebuild -version
71+ ```
72+ placeholder : |
73+ macOS: 14.1.2
74+ platform: arm64
75+ carthage: 0.39.1
76+ Xcode 15.1
77+ Build version 15C65
78+ render : bash
79+ - type : textarea
80+ id : bug-additional
81+ attributes :
82+ label : Additional context
83+ description : |
84+ Share additional code showing how you use Readium, if relevant. Output logs are useful as well.
85+ If you already went through the codebase to find the bug, you can explain your findings here.
0 commit comments