mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
* Remove public folder to prepare for submodule * Add submodule and update licensing * Stop serving non-asset files during build * Update pull request template * Update CODEOWNERS * Add locales submodule * Update pull request template regarding locales * remove post-checkout lefthook in favor of git config * chore: add license info to new script * Update gh pages workflow * Apply kev's suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * update assets
3.9 KiB
3.9 KiB
What are the changes the user will see?
Why am I making these changes?
What are the changes from a developer perspective?
Screenshots/Videos
How to test the changes?
Checklist
- I'm using
betaas my base branch - There is no overlap with another PR?
- The PR is self-contained and cannot be split into smaller PRs?
- Have I provided a clear explanation of the changes?
- Have I tested the changes manually?
- Are all unit tests still passing? (
pnpm test:silent)- Have I created new automated tests (
pnpm test:create) or updated existing tests related to the PR's changes?
- Have I created new automated tests (
- Have I provided screenshots/videos of the changes (if applicable)?
- Have I made sure that any UI change works for both UI themes (default and legacy)?
Are there any localization additions or changes? If so:
- Has a locales PR been created on the locales repo?
- If so, please leave a link to it here:
- Has the translation team been contacted for proofreading/translation?
Does this require any changes to the assets folder? If so:
- Has a PR been created on the assets repo?
- If so, please leave a link to it here: