Skip to content

Commit d32330e

Browse files
authored
Update issue templates
1 parent 8c65d47 commit d32330e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ A clear and concise description of what the bug is.
1515
## To Reproduce (mandatory)
1616
Explain the steps to reproduce the behavior, For example, include a minimal code snippet, example files, etc.
1717

18-
## Expected behavior (mandatory)
19-
Describe what you expected to happen.
18+
## Expected behavior (optional)
19+
Describe what you expected to happen (if not obvious).
2020

2121
## Screenshots (optional)
2222
If applicable, add screenshots to help explain your problem.
2323

2424
## Your configuration (mandatory)
25-
- Operating system, bitness, potentially version.
25+
- Operating system, potentially version and bitness
2626
- Python version, bitness
2727
- PyMuPDF version, installation method (wheel or source generated).
2828

29-
For example, the output of `print(sys.version, "\n", fitz.__doc__)` would be sufficient.
29+
For example, the output of `print(sys.version, "\n", sys.platform, "\n", fitz.__doc__)` would be sufficient.
3030

3131
## Additional context (optional)
3232
Add any other context about the problem here.

0 commit comments

Comments
 (0)