From ab391870edfdbff15c04d1778bb44495a8f9e9f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 28 Aug 2021 15:28:08 +0900 Subject: [PATCH] Update CONTRIBUTING.en.md --- docs/CONTRIBUTING.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.en.md b/docs/CONTRIBUTING.en.md index df0fe7194b..a4c13ad0a0 100644 --- a/docs/CONTRIBUTING.en.md +++ b/docs/CONTRIBUTING.en.md @@ -6,7 +6,7 @@ Thank you for your PR! Before creating a PR, please check the following: - fix / refactor / feat / enhance / perf / chore etc. - Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR. - If there is an Issue which will be resolved by this PR, please include a reference to the Issue in the text. -- Please add the summary of the changes to CHANGELOG.md. However, this is not necessary for changes that do not affect the users, such as refactoring. +- Please add the summary of the changes to [`CHANGELOG.md`](/CHANGELOG.md). However, this is not necessary for changes that do not affect the users, such as refactoring. - Check if there are any documents that need to be created or updated due to this change. - If you have added a feature or fixed a bug, please add a test case if possible. - Please make sure that tests and Lint are passed in advance.