You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2022/08/25 02:51:36 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3327] Replace the contributing link in the PR template

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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new a04435718 [KYUUBI #3327] Replace the contributing link in the PR template
a04435718 is described below

commit a044357183273461f80c7be5d70078cb27b344a2
Author: yexianxun <ye...@corp.netease.com>
AuthorDate: Thu Aug 25 10:51:26 2022 +0800

    [KYUUBI #3327] Replace the contributing link in the PR template
    
    fix: #3327
    
    ### _Why are the changes needed?_
    
    The contributing link in the PULL_REQUEST_TEMPLATE is out-of-date, so this patch replaces it with the new contributing link.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3329 from YesOrNo828/Kyuubi-3327.
    
    Closes #3327
    
    badf37b0 [yexianxun] [KYUUBI #3327] Replace the contributing link in the PR template
    
    Authored-by: yexianxun <ye...@corp.netease.com>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 .github/PULL_REQUEST_TEMPLATE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 27c5695b6..ebabca719 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -2,7 +2,7 @@
 Thanks for sending a pull request!
 
 Here are some tips for you:
-  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
+  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/CONTRIBUTING.html
   2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
   3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
 -->