Compare commits

...

2 Commits

Author SHA1 Message Date
Frederico Santos
e4abc679a3
Update pull_request_template.md 2024-08-25 02:03:47 +01:00
Frederico Santos
a09d5128e6
Update CODEOWNERS 2024-08-25 02:02:48 +01:00
2 changed files with 3 additions and 3 deletions

4
.github/CODEOWNERS vendored
View File

@ -12,7 +12,7 @@
/src/locales @pagefaultgames/translation-leads
# Catalan (Spain/Spanish)
/src/locales/ca_ES @pagefaultgames/calatan-translation-team
/src/locales/ca_ES @pagefaultgames/catalan-translation-team
# German
/src/locales/de @pagefaultgames/german-translation-team
@ -42,4 +42,4 @@
/src/locales/zh_CN @pagefaultgames/chinese_simplified-translation-team
# Chinese (traditional)
/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team
/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team

View File

@ -30,7 +30,7 @@
- [ ] The PR is self-contained and cannot be split into smaller PRs?
- [ ] Have I provided a clear explanation of the changes?
- [ ] Have I considered writing automated tests for the issue?
- [ ] If I have text, did I add placeholders for them in locales?
- [ ] If I have text, did I add make it translatable and added a key in the English language?
- [ ] Have I tested the changes (manually)?
- [ ] Are all unit tests still passing? (`npm run test`)
- [ ] Are the changes visual?