This is an automated email from the ASF dual-hosted git repository. visortelle pushed a commit to branch migrate-doc-issues-to-site-repo in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit f62e11bf20c22a89c9c1f006b967268a5153b76f Author: Kiryl Valkovich <[email protected]> AuthorDate: Sun Jan 18 19:51:37 2026 +0300 [improve][doc] Suggest to raise documentation issue to the site repo --- .github/ISSUE_TEMPLATE/doc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/doc.yml b/.github/ISSUE_TEMPLATE/doc.yml index 277e2a9ff64..975485828cc 100644 --- a/.github/ISSUE_TEMPLATE/doc.yml +++ b/.github/ISSUE_TEMPLATE/doc.yml @@ -26,8 +26,9 @@ body: Thank you very much for your suggestion! For suggestions or help, please consider: - 1. [User Mail List](mailto:[email protected]) ([subscribe](https://pulsar.apache.org/contact/#subscribing-to-a-mailing-list)); - 2. [Github Discussion Q&A](https://github.com/apache/pulsar/discussions/categories/q-a). + 1. [Submit an issue to the site repository](https://github.com/apache/pulsar-site/issues/new) + 2. [User Mail List](mailto:[email protected]) ([subscribe](https://pulsar.apache.org/contact/#subscribing-to-a-mailing-list)); + 3. [Github Discussion Q&A](https://github.com/apache/pulsar/discussions/categories/q-a). Otherwise, please answer the following questions before submitting a doc issue. - type: checkboxes
