forked from pagefaultgames/pokerogue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf06ce6
commit f0cf5cb
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- Make sure the title includes categorization (i.e. [Bug], [QoL], [Localization]) --> | ||
<!-- Make sure that this PR is not overlapping with someone else's work --> | ||
<!-- Please try to keep the PR self-contained (and small) --> | ||
|
||
## What are the changes? | ||
<!-- Summarize what are the changes from a user perspective on the application --> | ||
|
||
## Why am I doing these changes? | ||
<!-- Explain why you decided to introduce these changes --> | ||
<!-- Does it come from an issue or another PR? Please link it --> | ||
<!-- Explain why you believe this can enhance user experience --> | ||
|
||
## What did change? | ||
<!-- Explicitly state what are the changes introduced by the PR --> | ||
<!-- You can make use of a comparison between what was the state before and after your PR changes --> | ||
|
||
### Screenshots/Videos | ||
<!-- If your change is changing anything on the user experience, please provide visual proofs of it --> | ||
<!-- Please take screenshots/videos before and after your changes, to show what is brought by this PR --> | ||
|
||
## How to test the changes? | ||
<!-- How can a reviewer test your changes once they check out on your branch? --> | ||
<!-- Did you just make use of the `src/overrides.ts` file? --> | ||
<!-- Did you introduce any automated tests? --> | ||
<!-- Do the reviewer need to do something special in order to test your change? --> | ||
|
||
## Checklist | ||
- [ ] 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? (`npm run test`) | ||
- [ ] Are the changes visual? | ||
- [ ] Have I provided screenshots/videos of the changes? |