Skip to content

Commit 5dd7818

Browse files
committed
Merge branch 'main' into develop
2 parents 286dbb2 + 7649378 commit 5dd7818

File tree

3 files changed

+58
-68
lines changed

3 files changed

+58
-68
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-68
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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.

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)