You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/10/11 13:06:12 UTC

[pulsar] branch master updated: [improve][doc] Add doc preview reminder to PR template (#17999)

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

liuyu 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 36806853b5a [improve][doc] Add doc preview reminder to PR template (#17999)
36806853b5a is described below

commit 36806853b5a445299d8f9a6ba89905c1915345a3
Author: Anonymitaet <50...@users.noreply.github.com>
AuthorDate: Tue Oct 11 21:06:01 2022 +0800

    [improve][doc] Add doc preview reminder to PR template (#17999)
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 .github/changes-filter.yaml      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4396d9b0dfd..1b984758380 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -65,7 +65,7 @@ This change added tests and can be verified as follows:
 
 <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
 
-- [ ] `doc` <!-- Your PR contains doc changes -->
+- [ ] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `sh start.sh` at `pulsar/site2/website`) to your PR description, or else your PR might not get merged. -->
 - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
 - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
 - [ ] `doc-complete` <!-- Docs have been already added -->
diff --git a/.github/changes-filter.yaml b/.github/changes-filter.yaml
index 74add5a5e17..3ec2fc22946 100644
--- a/.github/changes-filter.yaml
+++ b/.github/changes-filter.yaml
@@ -10,6 +10,7 @@ docs:
   - '**/*.md'
   - '.github/changes-filter.yaml'
   - '.github/ISSUE_TEMPLATE/**'
+  - 'wiki/**'
 tests:
   - added|modified: '**/src/test/java/**/*.java'
 need_owasp: