diff options
| author | John MacFarlane <[email protected]> | 2022-09-10 10:09:42 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-10 10:09:42 -0700 |
| commit | 415ad3df7b443c7e6c2a2e0f27b8a7567bfca596 (patch) | |
| tree | 9cce1358ca9a8415533b2a09ce966038c0e79e22 /.github | |
| parent | 3f8c736fa69d8e2e903682bd20dee2958cb72d7f (diff) | |
More tweaks to issue template.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ed345f677..8eb77bc46 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ 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). @@ -14,6 +14,7 @@ Thank you for reporting an issue! Before you continue, please make sure that you - 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 [pandoc-discuss mailing list](https://groups.google.com/forum/#!forum/pandoc-discuss). +--> **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. |
