diff options
| author | John MacFarlane <[email protected]> | 2024-10-01 08:40:54 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-01 08:40:54 -0700 |
| commit | f202ae159587374079beb9dc6a1950334b618c3e (patch) | |
| tree | 4f74ba46f01966412e6de6aa87e1427115c49700 /.github | |
| parent | a37035caa1f94f564a17afe874d448dab0793b76 (diff) | |
Remove refs to pandoc-discuss from issue templates.
See #10247.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 79b0a0890..e08f16642 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,6 @@ blank_issues_enabled: false contact_links: - name: Ask a question 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cff52c1d4..5bf1c9528 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,7 +12,7 @@ Thank you for suggesting a feature! Before you continue, please make sure that y - 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 pandoc-discuss mailing list for relevant discussions: https://groups.google.com/forum/#!forum/pandoc-discuss +- searched the discussion list for relevant discussions: https://github.com/jgm/pandoc/discussions --> **Describe your proposed improvement and the problem it solves.** |
