From 52b056a73794316f88d0cf07a4e9820bac7171f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 10 Nov 2020 10:04:20 +0800 Subject: [PATCH] Fix the expired link of the changelog file. (#5816) --- .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 dd8816e062..d9cfe29fdb 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -37,4 +37,4 @@ ==== 🆕 Remove this line WHEN AND ONLY WHEN you're adding a new feature, follow the checklist 👆 ==== --> - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. -- [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/c2141978d1039375598a32418b75161a78da22c1/CHANGES.md). +- [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/CHANGES.md). -- GitLab