This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 85625e0f100 [improve][doc] Suggest to raise documentation issues to 
the site repo (#25162)
85625e0f100 is described below

commit 85625e0f100479dd95fb1311aeb52411b6b0a25d
Author: Kiryl Valkovich <[email protected]>
AuthorDate: Mon Jan 19 11:16:20 2026 +0300

    [improve][doc] Suggest to raise documentation issues to the site repo 
(#25162)
---
 .github/ISSUE_TEMPLATE/config.yml |  3 ++
 .github/ISSUE_TEMPLATE/doc.yml    | 72 ---------------------------------------
 2 files changed, 3 insertions(+), 72 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index f9cfcb5a63f..4f41d76ff2d 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -17,6 +17,9 @@
 
 blank_issues_enabled: false
 contact_links:
+  - name: 📃 Documentation issue
+    url: https://github.com/apache/pulsar-site/issues/new
+    about: This issue tracker is not for documentation issues. Please file 
documentation issues here.
   - name: Ask a question or get support
     url: https://github.com/apache/pulsar/discussions/categories/q-a
     about: Ask a question or request support for using Apache Pulsar
diff --git a/.github/ISSUE_TEMPLATE/doc.yml b/.github/ISSUE_TEMPLATE/doc.yml
deleted file mode 100644
index 277e2a9ff64..00000000000
--- a/.github/ISSUE_TEMPLATE/doc.yml
+++ /dev/null
@@ -1,72 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-name: Document
-description: Suggest document changes
-title: "[Doc] "
-labels: ["doc-required"]
-body:
-  - type: markdown
-    attributes:
-      value: |
-        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).
-
-        Otherwise, please answer the following questions before submitting a 
doc issue.
-  - type: checkboxes
-    id: confirmSearch
-    attributes:
-      label: Search before reporting
-      description: >
-        Please search [issues](https://github.com/apache/pulsar/issues) to 
check if your issue has already been reported.
-      options:
-        - label: >
-            I searched in the 
[issues](https://github.com/apache/pulsar/issues) and found nothing similar.
-          required: true
-  - type: textarea
-    id: issue
-    attributes:
-      label: What issue do you find in Pulsar docs?
-      description: For example, something missing, inaccurate, incomplete, 
hard to use/understand/find, etc.
-    validations:
-      required: true
-  - type: textarea
-    id: suggestion
-    attributes:
-      label: What is your suggestion?
-      description: For example, add explanations, correct descriptions, delete 
information, etc.
-    validations:
-      required: true
-  - type: textarea
-    id: reference
-    attributes:
-      label: Any reference?
-      description: (For example, website links, etc)?
-  - type: checkboxes
-    id: willSubmitPR
-    attributes:
-      label: Are you willing to submit a PR?
-      description: >
-        We look forward to the community of developers or users helping 
improve Pulsar document together. If you are willing to submit a PR, please 
check the box.
-      options:
-        - label: I'm willing to submit a PR!
-  - type: markdown
-    attributes:
-      value: "Thanks for completing our form!"

Reply via email to