Skip to content

Commit 8c65d47

Browse files
authored
Update issue templates
1 parent 5df6c6a commit 8c65d47

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
6-
assignees: ''
6+
assignees: JorjMcKie
77

88
---
99

10-
**Describe the bug**
10+
_**Please provide all mandatory information!**_
11+
12+
## Describe the bug (mandatory)
1113
A clear and concise description of what the bug is.
1214

13-
**To Reproduce**
14-
Explain steps to reproduce the behavior, for example. include minimal code snippet, example file, etc.
15+
## To Reproduce (mandatory)
16+
Explain the steps to reproduce the behavior, For example, include a minimal code snippet, example files, etc.
1517

16-
**Expected behavior**
18+
## Expected behavior (mandatory)
1719
Describe what you expected to happen.
1820

19-
**Screenshots**
21+
## Screenshots (optional)
2022
If applicable, add screenshots to help explain your problem.
2123

22-
**Desktop (please complete the following information):**
24+
## Your configuration (mandatory)
2325
- Operating system, bitness, potentially version.
2426
- Python version, bitness
25-
- PyMuPDF version, installation method (wheel or source generated)
27+
- PyMuPDF version, installation method (wheel or source generated).
28+
29+
For example, the output of `print(sys.version, "\n", fitz.__doc__)` would be sufficient.
2630

27-
**Additional context**
31+
## Additional context (optional)
2832
Add any other context about the problem here.

0 commit comments

Comments
 (0)