|
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 --> |
| 1 | +# Description |
2 | 2 |
|
3 | | -## Pull request checklist |
| 3 | +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. |
4 | 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. |
| 5 | +Fixes # (issue) |
9 | 6 |
|
| 7 | +## Type of change |
10 | 8 |
|
11 | | -## Pull request type |
| 9 | +Please delete options that are not relevant. |
12 | 10 |
|
13 | | -<!-- Please do not submit updates to dependencies unless it fixes an issue. --> |
| 11 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 12 | +- [ ] New feature (non-breaking change which adds functionality) |
| 13 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 14 | +- [ ] This change requires a documentation update |
14 | 15 |
|
15 | | -<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
| 16 | +# Checklist: |
16 | 17 |
|
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. --> |
| 18 | +- [ ] branch name follows the branch naming convention mentioned [here](https://github.com/sudiptob2/leet-easy/blob/main/docs/BRANCH-NAMING.md) |
| 19 | +- [ ] commit messages to follow the format mentioned in [contributing.md](https://github.com/sudiptob2/leet-easy/blob/main/docs/CONTRIBUTING.md) |
| 20 | +- [ ] I have tested my code using `bash .github/check.sh` |
| 21 | +- [ ] I have performed a self-review of my code |
| 22 | +- [ ] I have made corresponding changes to the documentation |
| 23 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 24 | +- [ ] New and existing unit tests pass locally with my changes |
0 commit comments