From 1abac223c2038a671d7508ce1f4dd585ddffa58a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 Jun 2021 09:45:13 -0700 Subject: More honing of issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b2f40bcb..3c6a1f32e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,13 +9,14 @@ 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 (the closed issues too) -- [ ] searched [pandoc-discuss](https://groups.google.com/forum/#!forum/pandoc-discuss) for solutions -- [ ] reproduced your issue on [the latest release](https://github.com/jgm/pandoc/releases) doom-emacs/commit) of pandoc, or on [try pandoc](https://pandoc.org/try) +- 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 **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 (`pandoc --version`), on what OS? +What version of pandoc are you using, on what OS? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f64c097c7..d95b1daad 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,14 @@ assignees: '' --- -Thank you for suggesting a fetaure! Before you continue, please make sure that you have +Thank you for suggesting a feature! Before you continue, please make sure that you have -- [ ] read the [contributing guidelines](https://github.com/jgm/pandoc/CONTRIBUTING.md) -- [ ] searched [the issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (the closed issues too) -- [ ] searched [pandoc-discuss](https://groups.google.com/forum/#!forum/pandoc-discuss) for relevant discussions -- [ ] searched the [changelog](https://github.com/jgm/pandoc/changelog.md) to make sure the feature has not already been implemented. +- read the contributing guidelines: https://github.com/jgm/pandoc/CONTRIBUTING.md +- searched the issue tracker for similar issues (including + closed issues): https://github.com/jgm/pandoc/issues +- searched the pandoc-discuss mailing list for relevant discussions: https://groups.google.com/forum/#!forum/pandoc-discuss **Describe your proposed improvement and the problem it solves.** -**Describe alternatives you've considered** +**Describe alternatives you've considered.** -- cgit v1.2.3