-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Background and Motivations
- Too many autogenerated changes (10k+), difficult to find translation update to review among them
- We may want to break the whole update into several PRs for parallel translation and review, but we may loose track of which file need to be translated.
- We want to prevent showing users the WIP version, while we have only one branch (master) and the website shows the latest master.
Proposal:
- Create a WIP branch from master with the name of the new version (e.g. branch-2.7), and all the temporary PRs will be created against this branch.
- Create a PR for all the autogenerated files; We only quickly check if there are any weird stuff included or not.
- Create a issue/list of files include translation update (with check box)
- Create PRs for each file/several files
- After all the translations PRs are merged, create a PR from the WIP to master
What do you think
toshihikoyanase
Metadata
Metadata
Assignees
Labels
No labels