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
description: "Found an issue? File a bug report to help us improve this project for everyone."
3
+
title: "[Bug] Bug description"
4
+
labels: bug
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
👋🏻 Hi there! This template will help you file a complete bug report, so one of the project maintainers can triage and respond to it promptly.
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
Please fill relevant sections below. Thank you for helping us improve this project! ⚡️
14
+
- type: textarea
15
+
id: bug-description
16
+
attributes:
17
+
label: Describe the bug
18
+
description: Please provide a clear and concise description of what the bug is. Include relevant operating system, browser and other environment information.
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: steps-reproduce
23
+
attributes:
24
+
label: How To Reproduce
25
+
description: Steps to reproduce the behavior.
26
+
placeholder: "1. Go to '...'
27
+
2. Click on '....'
28
+
3. Scroll down to '....'
29
+
4. See error"
30
+
- type: textarea
31
+
id: screenshots
32
+
attributes:
33
+
label: Screenshots
34
+
description: If applicable, add screenshots to help explain the problem. You can attach images or log files by clicking this area to highlight it and then dragging files in.
35
+
- type: textarea
36
+
id: output-log
37
+
attributes:
38
+
label: Relevant Log Output
39
+
description: Add any browser console errors or terminal logs. No need for backticks here.
40
+
render: shell
41
+
- type: checkboxes
42
+
id: terms
43
+
attributes:
44
+
label: Code of Conduct
45
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/calibreapp/.github/blob/main/CODE_OF_CONDUCT.md).
46
+
options:
47
+
- label: I agree to follow this project’s Code of Conduct
0 commit comments