You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/10/04 14:58:51 UTC

[pulsar] branch master updated: improve issue templates wordings (#17793)

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 8b5acd63e6c improve issue templates wordings (#17793)
8b5acd63e6c is described below

commit 8b5acd63e6c7d36f196a6f84ad8d989ac3db93d3
Author: tison <wa...@gmail.com>
AuthorDate: Tue Oct 4 22:58:41 2022 +0800

    improve issue templates wordings (#17793)
    
    * improve issue templates wordings
    
    Signed-off-by: tison <wa...@gmail.com>
    
    * Skip tests for issue template or changes-filter.yaml changes
    
    Signed-off-by: tison <wa...@gmail.com>
    Co-authored-by: Lari Hotari <lh...@apache.org>
---
 .github/ISSUE_TEMPLATE/bug-report.yml               | 2 +-
 .github/ISSUE_TEMPLATE/{doc-request.yml => doc.yml} | 2 +-
 .github/ISSUE_TEMPLATE/pip.yml                      | 2 +-
 .github/changes-filter.yaml                         | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 02ebcc7c4e9..43d323c9631 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -26,7 +26,7 @@ body:
         Thank you very much for your feedback!
 
         For suggestions or help, please consider:
-        1. [Dev Mail List](mailto:dev@pulsar.apache.org) ([subscribe](mailto:dev-subscribe@pulsar.apache.org)): This will be your FASTEST way to get help!
+        1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org));
         2. [Github Discussion](https://github.com/apache/pulsar/discussions).
   - type: checkboxes
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/doc-request.yml b/.github/ISSUE_TEMPLATE/doc.yml
similarity index 94%
rename from .github/ISSUE_TEMPLATE/doc-request.yml
rename to .github/ISSUE_TEMPLATE/doc.yml
index 6c9a6a1e6b9..86a8a6e5440 100644
--- a/.github/ISSUE_TEMPLATE/doc-request.yml
+++ b/.github/ISSUE_TEMPLATE/doc.yml
@@ -26,7 +26,7 @@ body:
         Thank you very much for your suggestion!
 
         For suggestions or help, please consider:
-        1. [Dev Mail List](mailto:dev@pulsar.apache.org) ([subscribe](mailto:dev-subscribe@pulsar.apache.org)): This will be your FASTEST way to get help!
+        1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org));
         2. [Github Discussion](https://github.com/apache/pulsar/discussions).
 
         Otherwise, please answer the following questions before submitting a doc issue.
diff --git a/.github/ISSUE_TEMPLATE/pip.yml b/.github/ISSUE_TEMPLATE/pip.yml
index fd4749b6969..cd9aac33194 100644
--- a/.github/ISSUE_TEMPLATE/pip.yml
+++ b/.github/ISSUE_TEMPLATE/pip.yml
@@ -30,7 +30,7 @@ body:
         Based on the discussion and feedback, some changes might be applied by the author(s) to the text of the proposal.
 
         Once some consensus is reached, there will be a vote to formally approve the proposal. The vote will be held on the dev@pulsar.apache.org mailing list. Everyone is welcome to vote on the proposal, though it will considered to be binding only the vote of PMC members. It will be required to have a lazy majority of at least 3 binding +1s votes. The vote should stay open for at least 48 hours.
-        
+
         When the vote is closed, if the outcome is positive, the state of the proposal is updated and the Pull Requests associated with this proposal can start to get merged into the master branch.
   - type: textarea
     attributes:
diff --git a/.github/changes-filter.yaml b/.github/changes-filter.yaml
index 72da09398eb..74add5a5e17 100644
--- a/.github/changes-filter.yaml
+++ b/.github/changes-filter.yaml
@@ -8,6 +8,8 @@ docs:
   - '.asf.yaml'
   - '*.md'
   - '**/*.md'
+  - '.github/changes-filter.yaml'
+  - '.github/ISSUE_TEMPLATE/**'
 tests:
   - added|modified: '**/src/test/java/**/*.java'
 need_owasp: