@@ -3,26 +3,30 @@ name: Bug report
3
3
about : Create a report to help us improve
4
4
title : ' '
5
5
labels : bug
6
- assignees : ' '
6
+ assignees : JorjMcKie
7
7
8
8
---
9
9
10
- ** Describe the bug**
10
+ _ ** Please provide all mandatory information!** _
11
+
12
+ ## Describe the bug (mandatory)
11
13
A clear and concise description of what the bug is.
12
14
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.
15
17
16
- ** Expected behavior**
18
+ ## Expected behavior (mandatory)
17
19
Describe what you expected to happen.
18
20
19
- ** Screenshots**
21
+ ## Screenshots (optional)
20
22
If applicable, add screenshots to help explain your problem.
21
23
22
- ** Desktop (please complete the following information): **
24
+ ## Your configuration (mandatory)
23
25
- Operating system, bitness, potentially version.
24
26
- 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.
26
30
27
- ** Additional context**
31
+ ## Additional context (optional)
28
32
Add any other context about the problem here.
0 commit comments