-
Notifications
You must be signed in to change notification settings - Fork 2
UFAL/Updated PR template #1056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UFAL/Updated PR template #1056
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the pull request template by removing the time tracking table and adding a checklist item for i18n file synchronization verification.
- Removed the phases/time tracking table that included columns for MP, MM, MB, MR, JM
- Added a checklist reminder to verify sync-i18n-files script execution when translation files are updated
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.github/pull_request_template.md
Outdated
| (Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.) | ||
|
|
||
| If you updated en.json5 or cs.json5 file with translations: | ||
| - [ ] Verify the sync-i18n-files script was executed and any changes are included in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add there info that only for the language you have updated
.github/pull_request_template.md
Outdated
| - [ ] Run `yarn run sync-i18n -t src/assets/i18n/cs.json5 -i` to synchronize messages, and changes are included in this PR. | ||
|
|
||
| ### Manual Testing (if applicable) | ||
| - [ ] Added to testing scenarios. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add there a link to that issue
Problem description
Reported issues
Not-reported issues
Analysis
(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.)
Problems
(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.)