|
| 1 | +<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/sudiptob2/leet-easy/blob/main/docs/CONTRIBUTING.md --> |
| 2 | + |
| 3 | +## Pull request checklist |
| 4 | + |
| 5 | +Please check if your PR fulfills the following requirements: |
| 6 | +- [ ] Tests for the changes have been added (for bug fixes / features) |
| 7 | +- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) |
| 8 | + - Some docs updates need to be made in the `ionic-docs` repo, in a separate PR. See the [contributing guide](https://github.com/sudiptob2/leet-easy/blob/main/docs/CONTRIBUTING.md) for details. |
| 9 | + |
| 10 | + |
| 11 | +## Pull request type |
| 12 | + |
| 13 | +<!-- Please do not submit updates to dependencies unless it fixes an issue. --> |
| 14 | + |
| 15 | +<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
| 16 | + |
| 17 | +Please check the type of change your PR introduces: |
| 18 | +- [ ] Bugfix |
| 19 | +- [ ] Feature |
| 20 | +- [ ] Code style update (formatting, renaming) |
| 21 | +- [ ] Refactoring (no functional changes, no api changes) |
| 22 | +- [ ] Build related changes |
| 23 | +- [ ] Documentation content changes |
| 24 | +- [ ] Other (please describe): |
| 25 | + |
| 26 | + |
| 27 | +## What is the current behavior? |
| 28 | +<!-- Please describe the current behavior that you are modifying. --> |
| 29 | + |
| 30 | + |
| 31 | +<!-- Issues are required for both bug fixes and features. --> |
| 32 | +Issue URL: |
| 33 | + |
| 34 | + |
| 35 | +## What is the new behavior? |
| 36 | +<!-- Please describe the behavior or changes that are being added by this PR. --> |
| 37 | + |
| 38 | +- |
| 39 | +- |
| 40 | +- |
| 41 | + |
| 42 | +## Does this introduce a breaking change? |
| 43 | + |
| 44 | +- [ ] Yes |
| 45 | +- [ ] No |
| 46 | + |
| 47 | +<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
| 48 | + |
| 49 | + |
| 50 | +## Other information |
| 51 | + |
| 52 | +<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
0 commit comments