Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a PR template to the repo to help remind devs of the steps required when adding, updating or removing keys and of the merging process in each case. The merging process reminders get added to the PR description itself (in dropdowns) so that anyone looking at merging/approving the PR can consult them if needed as well.
Feel free to suggest modifications/additions.
Here is how a PR created with the template would look like after it's been posted:
(I have added all the
<!-- comments -->
in code blocks so that you can read them from here)What are the changes introduced by this PR
<!-- Tell what this PR does and why -->
<!-- Specify which keys are being created, added or removed, if any -->
Checklist
<!-- This section can be ignored if the PR only adds translations to existing key(s) or fixes typo(s) -->
Does this PR add new key(s) to localize?
<!-- not relevant for now - [ ] Has the translation/proofreading team been contacted about the new key(s)? -->
Merging process reminder for this situation
git submodule update --remote --recursive --force
and committing the changeDoes this PR update or remove existing key(s) in English?
<!-- not relevant for now - [ ] Has the translation/proofreading team been contacted about the updated key(s)? -->
Merging process reminder for this situation
git submodule update --remote --recursive --force
and committing the change