diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ba46dfdc72bdf94b4fe784ce20c7c02718c50a3d..30b804f0b592c66340a5bb2cdb92b92411a8f391 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,29 @@ <!-- �� ��茯㏍�帥������� PR�����������������障��鐚� PR��篏�������������篁ヤ�����腆肴��������: -���純�с�����違�帥�ゃ��������篁ヤ��хず��������PR��┏蕁����������㏍�若���若�����������c���鴻������������� -fix / refactor / feat / enhance / perf / chore -�憗����PR���綺��������с����������腆肴���������������儸���ゃ��PR����違��┏蕁�����眼���√����������������帥������������� -����PR�ù���c��В羆冴������Issue�������翫����������Issue ID������������ャ������������� -CHANGELOG.md�û��雁�鴻��菴処���������������Ù���<���帥���潟�違��������������襲�帥��筝�������紊��眼���ゃ���������������с�������障������ -罘��処申�������遺信罩c�������翫���������純�с�����違���鴻���宴�若�鴻��菴遵��������������� +- ���純�с�����違�帥�ゃ��������篁ヤ��хず��������PR��┏蕁����������㏍�若���若�����������c���鴻������������� + - fix / refactor / feat / enhance / perf / chore + - �憗����PR���綺��������с����������腆肴���������������儸���ゃ��PR����違��┏蕁�����眼���√����������������帥������������� +- ����PR�ù���c��В羆冴������Issue�������翫����������Issue�吾����с������������������������� +- CHANGELOG.md�û��雁�鴻��菴処���������������Ù���<���帥���潟�違��������������襲�帥��筝�������紊��眼���ゃ���������������с�������障������ +- ������眼�������違�����������������贋�違���鴻�����㏍�ャ�<�潟����������腆肴�������������� +- 閟��処申�������遺信罩c�������翫���������純�с�����違���鴻���宴�若�鴻��菴遵��������������� +- ���婣����Lint�����c������������篋���腆肴�������������� + - `npm run test`��`npm run lint`����������絎��遵��純�с�� +- UI����眼�������翫�����鴻�����若�潟�激�с��������������兄篁�������������� �����������������������障���� --> <!-- �� README Thank you for your PR! Before creating a PR, please check the following: -If possible, prefix the title with a keyword that identifies the type of this PR, as shown below. -fix / refactor / feat / enhance / perf / chore -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 to be resolved by this PR, please include the Issue ID 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. -If you have added a feature or fixed a bug, please add a test case if possible. +- If possible, prefix the title with a keyword that identifies the type of this PR, as shown below. + - fix / refactor / feat / enhance / perf / chore + - 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. +- 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. + - You can run it with `npm run test` and `npm run lint`. +- If this PR includes UI changes, please attach a screenshot in the text. Thanks for your cooperation �� -->