Skip to content

Commit 19fa350

Browse files
Update bug_report.yml
1 parent 37faeda commit 19fa350

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,18 @@ body:
6666
**Realize that it is up to you to debug your code and be as certain as possible that the bug is with lib, not with your own app.**
6767
[Here's an excellent guide to debugging you can follow](https://gist.github.com/brentvatne/5ac00cba0c70b7a06b89a56787d6bc4a).
6868
- type: checkboxes
69-
id: cat-preferences
7069
attributes:
71-
label: I confirm that i have:
72-
description: You may select more than one.
70+
label: I confirm that i have
71+
description: |
72+
**Before creating a new issue, please check if you have already completed these steps.**
7373
options:
74-
- label: Orange cat (required. Everyone likes orange cats.)
74+
- label: I looked for a solution to my problem in other open and resolved issues
75+
required: true
76+
- label: I checked the [examples](https://github.com/victorsoares96/epubjs-react-native/blob/master/docs/EXAMPLES.md) provided solve my problem
77+
required: true
78+
- label: I have verified that my problem is not caused by a third-party library
79+
required: true
80+
- label: I cloned the project environment [examples](https://github.com/victorsoares96/epubjs-react-native/tree/master/example-bare) and still the problem persists
81+
required: true
82+
- label: Im using the latest available version of the library and its [complements](https://www.npmjs.com/package/@epubjs-react-native/file-system)
7583
required: true

0 commit comments

Comments
 (0)