Skip to content

Commit

Permalink
add latest from main MEs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperialSympathizer committed Sep 3, 2024
2 parents 030125f + 89f3efd commit 3626074
Show file tree
Hide file tree
Showing 3,057 changed files with 151,846 additions and 153,855 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
45 changes: 45 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Order is important; the last matching pattern takes the most precedence.

# everything (whole code-base) - Junior Devs
* @pagefaultgames/junior-dev-team

# github actions/templates etc. - Dev Leads
/.github @pagefaultgames/dev-leads

# --- Translations ---

# all translations - Translation Leads
/src/locales @pagefaultgames/translation-leads

# Catalan (Spain/Spanish)
/src/locales/ca_ES @pagefaultgames/catalan-translation-team

# German
/src/locales/de @pagefaultgames/german-translation-team

# English
/src/locales/en @pagefaultgames/english-translation-team

# Spanish
/src/locales/es @pagefaultgames/spanish-translation-team

# French
/src/locales/fr @pagefaultgames/french-translation-team

# Italian
/src/locales/it @pagefaultgames/italian-translation-team

# Japenese
/src/locales/ja @pagefaultgames/japanese-translation-team

# Korean
/src/locales/ko @pagefaultgames/korean-translation-team

# Brasilian (Brasil/Portuguese)
/src/locales/pt_BR @pagefaultgames/portuguese_br-translation-team

# Chinese (simplified)
/src/locales/zh_CN @pagefaultgames/chinese_simplified-translation-team

# Chinese (traditional)
/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: patapancakes
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature] "
labels: ["enhancement"]
labels: ["Enhancement"]
body:
- type: markdown
attributes:
Expand Down
187 changes: 0 additions & 187 deletions .github/ISSUE_TEMPLATE/mystery_event.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/mystery-events.yml

This file was deleted.

Loading

0 comments on commit 3626074

Please sign in to comment.