aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-05 18:40:45 -0800
committerJohn MacFarlane <[email protected]>2024-01-05 18:40:45 -0800
commit5d33b5690a10e10a5a1775eaa03b508446452ca1 (patch)
tree42c1cba772bd5ddb671171f2c3937adb74331d84 /.github
parent714ed52213fd6649350ccebe741caefc11cc5a04 (diff)
Replace references to pandoc-discuss with GitHub discussions.
Diffstat (limited to '.github')
-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"