From 2a9ba09a4dfa130d75d96afb75829fa7bb2b5753 Mon Sep 17 00:00:00 2001 From: mans2singh Date: Sun, 18 Jun 2023 13:21:50 +0800 Subject: [PATCH] [KYUUBI #4975] Fixed run test link in PR template ### _Why are the changes needed?_ The run test link in the template is broken. ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4976 from mans2singh/ISSUE-4975. Closes #4975 593172786 [Cheng Pan] Update .github/PULL_REQUEST_TEMPLATE 83103e26f [Cheng Pan] Update .github/PULL_REQUEST_TEMPLATE ddec082d4 [mans2singh] ISSUE-4975 - Reverted unrelated change 37342792d [mans2singh] ISSUE-4975 - Fixed run tests link Lead-authored-by: mans2singh Co-authored-by: Cheng Pan Signed-off-by: Cheng Pan --- .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 bdb71f30f..d3e0600de 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -20,4 +20,4 @@ Please clarify why the changes are needed. For instance, - [ ] Add screenshots for manual tests if appropriate -- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request +- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request