aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:45:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:45:13 -0700
commit1abac223c2038a671d7508ce1f4dd585ddffa58a (patch)
tree950449f910d323f9e60376744f7b33ba57d3299d /.github
parent85f1e1f3069d1ddf55fdd69881e759fdb35d1ee3 (diff)
downloadpandoc-1abac223c2038a671d7508ce1f4dd585ddffa58a.tar.gz
More honing of issue templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md9
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md12
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.**