blob: 49a524ad31d53bcaea6a8e6861a73136dc1a5930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps to Reproduce the behaviour**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**What is the expected behaviour?**
A clear and concise description of what you expected to happen.
**Desktop**
Please complete the following information:
- OS: [eg: MacOS Catalina]
- Emacs Version: [This should be the output of `M-x emacs-version`]
- Poppler Version: [eg: output of `brew info poppler` and similarly for other OSs]
**Your pdf-tools install**
Please complete the following information:
- `pdf-tools` Version: [`M-x package-list-packages` -> Search for `pdf-tools` -> Hit Enter and copy all the details that pop up in the Help buffer]
- `pdf-tools` customization / configuration that you use
**Additional context**
- If you are reporting a crash, please try and add the Backtrace / Stacktrace of the crash.
- If you are reporting a bug, please try and attach an example PDF file where I can reproduce the bug.
- If you can attach screenshots or recordings, that is a great help
- Please try reproducing the bug yourself on Vanilla Emacs before reporting the problem.
|