summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md7
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
2 files changed, 8 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8eb77bc46..f53a163aa 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -10,10 +10,13 @@ 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).
-- searched the [pandoc-discuss mailing list](https://groups.google.com/forum/#!forum/pandoc-discuss) for solutions.
+- searched the [discussion forum](https://github.com/jgm/pandoc/discussions) 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](https://groups.google.com/forum/#!forum/pandoc-discuss).
+Note that this bug tracker is for reporting bugs, not asking
+questions. For questions, use the [discussion
+forum](https://github.com/jgm/pandoc/discussions).
-->
**Explain the problem.**
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index e4d479ce6..79b0a0890 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
- url: https://groups.google.com/forum/#!forum/pandoc-discuss
- about: "Discussion forum for pandoc (may be used as an email list)"
+ url: https://github.com/jgm/pandoc/discussions
+ # https://groups.google.com/forum/#!forum/pandoc-discuss
+ about: "Discussion forum for pandoc"
- name: Contributing Guidelines
url: https://pandoc.org/CONTRIBUTING.html
about: "Guidelines for submitting bug reports and code improvements"