From 95a4974ee669d61a32133c922e5b82ea00486ac5 Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Wed, 9 Mar 2022 19:10:30 +0800 Subject: [PATCH] [KYUUBI #1563] Fix broken link and add new link in `CONTRIBUTION.md` ### _Why are the changes needed?_ closes https://github.com/apache/incubator-kyuubi/issues/1563 ### _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 #2076 from ulysses-you/KYUUBI-1563. Closes #1563 8a464f2f [ulysses] Update CONTRIBUTING.md 798913a1 [ulysses-you] sync Lead-authored-by: ulysses-you Co-authored-by: ulysses Signed-off-by: Kent Yao --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29866b53e..7ff33c7c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,12 +51,10 @@ You can make various types of contributions to Kyuubi, including the following b - Improve test coverage - [![codecov](https://codecov.io/gh/apache/incubator-kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-kyuubi) - Report bugs and better help developers to reproduce - Review changes -- Make a pull request +- [Make a pull request](https://kyuubi.apache.org/pull_request.html) - Promote to others - Click the star button if you like this project -Before you start, we recommend that you check the [Contribution Guidelines](https://kyuubi.apache.org/contributing.html) first. - ## Easter Eggs for Contributors TBD, please be patient for the surprise.