aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:51:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:51:19 -0700
commit55e9ca7c78909fd13497d01a1e31f5944c2dace0 (patch)
treef08a0aafddfc67a9d6a35eb199c9fc9aff4912f4 /.github
parent2390f58a07024ab29d4e85952d99da4571959371 (diff)
downloadpandoc-55e9ca7c78909fd13497d01a1e31f5944c2dace0.tar.gz
Fix line breaks in issue templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 3c6a1f32e..5e3c8f02f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,8 +9,7 @@ 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 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
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9183d4823..9b5db76c3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -10,8 +10,7 @@ assignees: ''
Thank you for suggesting a feature! Before you continue, please make sure that you have
- read the contributing guidelines: https://pandoc.org/CONTRIBUTING.html
-- searched the issue tracker for similar issues (including
- closed issues): https://github.com/jgm/pandoc/issues
+- 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.**