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