aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-10 10:07:54 -0700
committerJohn MacFarlane <[email protected]>2022-09-10 10:07:54 -0700
commit3f8c736fa69d8e2e903682bd20dee2958cb72d7f (patch)
treec8b15f3c54c32e1bedac8d9fc673e2e49782ac03
parent35a3fb7e833c01f0352914a23727dff0145e7304 (diff)
Revise issue template.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 6162c2e57..ed345f677 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,19 +7,16 @@ assignees: ''
---
-<!--
Thank you for reporting an issue! Before you continue, please make sure that you have
-- searched the issue tracker for similar issues (including closed issues): https://github.com/jgm/pandoc/issues
-- searched the pandoc-discuss mailing list for solutions: https://groups.google.com/forum/#!forum/pandoc-discuss
-- reproduced your issue on the latest release of pandoc, or on https://pandoc.org/try
+- searched the [issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (including closed issues).
+- searched the [pandoc-discuss mailing list](https://groups.google.com/forum/#!forum/pandoc-discuss) 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 pandoc-discuss mailing list.
--->
+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.
+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?
-
+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.)