This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 2ee2781d Correct the pull-request contributing link in template (#314)
2ee2781d is described below
commit 2ee2781d6a5f5f4f0105812e5a0d1003d6977dfe
Author: Junfan Zhang <[email protected]>
AuthorDate: Sat Nov 12 15:54:40 2022 +0800
Correct the pull-request contributing link in template (#314)
---
.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 8d825e56..fa5df1e3 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,6 +1,6 @@
<!--
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://github.com/Tencent/Firestorm/blob/master/CONTRIBUTING.md
+ 1. If this is your first time, please read our contributor guidelines:
https://github.com/apache/incubator-uniffle/blob/master/CONTRIBUTING.md
2. Ensure you have added or run the appropriate tests for your PR
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]XXXX
Your PR title ...'.
4. Be sure to keep the PR description updated to reflect all changes.