-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
<!-- ℹ お読みください / README | ||
<!-- ℹ 읽어주세요 / お読みください / README | ||
PR을 보내주셔서 감사합니다! PR을 작성하기 전에 기여 가이드를 먼저 확인해 주세요: | ||
PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください: | ||
Thank you for your PR! Before creating a PR, please check the contribution guide: | ||
https://github.com/kokonect-link/cherrypick/blob/develop/CONTRIBUTING.md | ||
--> | ||
|
||
## What | ||
<!-- 이 PR은 무엇을 변경하며, 어떻게 달라집니까? --> | ||
<!-- このPRで何をしたのか? どう変わるのか? --> | ||
<!-- What did you do with this PR? How will it change things? --> | ||
|
||
## Why | ||
<!-- 왜 그렇게 변경했나요? 어떤 의도인가요? 문제는 무엇인가요? --> | ||
<!-- なぜそうするのか? どういう意図なのか? 何が困っているのか? --> | ||
<!-- Why do you do it? What are your intentions? What is the problem? --> | ||
|
||
## Additional info (optional) | ||
<!-- 테스트 관점 등 --> | ||
<!-- テスト観点など --> | ||
<!-- Test perspective, etc --> | ||
|
||
## Checklist | ||
- [ ] Read the [contribution guide](https://github.com/kokonect-link/cherrypick/blob/develop/CONTRIBUTING.md) | ||
- [ ] Test working in a local environment | ||
- [ ] (If needed) Add story of storybook | ||
- [ ] (If needed) Update CHANGELOG.md | ||
- [ ] (If possible) Add tests |