summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: f53a163aa9edd311cc6498aad0fe5a22d3987eb1 (plain) (blame)
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
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---
<!--
Thank you for reporting an issue! Before you continue, please make sure that you have

- searched the [issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (including closed issues).
- searched the [discussion forum](https://github.com/jgm/pandoc/discussions) for
  solutions.
- reproduced your issue on the [latest release of pandoc](https://github.com/jgm/pandoc/releases), or online at [try pandoc](https://pandoc.org/try).

Note that this bug tracker is for reporting bugs, not asking
questions.  For questions, use the [discussion
forum](https://github.com/jgm/pandoc/discussions).
-->

**Explain the problem.**
Include the **exact command line** you used and **all inputs necessary to reproduce the issue**.  Please create as minimal an example as possible, to help the maintainers isolate the problem.  Explain the output you received and how it differs from what you expected.

**Pandoc version?**
What version of pandoc are you using, on what OS? (If it's not the latest release, please try with the latest release before reporting the issue.)