Skip to content

Commit 1e6efbc

Browse files
committed
Merge branch 'master' of https://github.com/rk700/PyMuPDF
2 parents d268944 + 0bc5a83 commit 1e6efbc

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: JorjMcKie
7+
8+
---
9+
10+
_**Please provide all mandatory information!**_
11+
12+
## Describe the bug (mandatory)
13+
A clear and concise description of what the bug is.
14+
15+
## To Reproduce (mandatory)
16+
Explain the steps to reproduce the behavior, For example, include a minimal code snippet, example files, etc.
17+
18+
## Expected behavior (optional)
19+
Describe what you expected to happen (if not obvious).
20+
21+
## Screenshots (optional)
22+
If applicable, add screenshots to help explain your problem.
23+
24+
## Your configuration (mandatory)
25+
- Operating system, potentially version and bitness
26+
- Python version, bitness
27+
- PyMuPDF version, installation method (wheel or source generated).
28+
29+
For example, the output of `print(sys.version, "\n", sys.platform, "\n", fitz.__doc__)` would be sufficient.
30+
31+
## Additional context (optional)
32+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: JorjMcKie
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Potentially add an issue reference.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
Are there several options for how your request could be met?
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: General Purpose
3+
about: Use this form for questions, comments, etc.
4+
title: 'Question / Comment:'
5+
labels: question
6+
assignees: JorjMcKie
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)