|
| 1 | +# Description |
| 2 | + |
| 3 | +A short summary of what is included in your Pull Request. |
| 4 | + |
| 5 | +Fixes #(issue_no) |
| 6 | + |
| 7 | +Replace `issue_no` in the above line, with the issue related to this PR. |
| 8 | + |
| 9 | +## Type of change |
| 10 | + |
| 11 | +Choose one or more options from the following as per the nature of your Pull request. |
| 12 | +- NOTE: *These boxes can be checked using **`[X]`*** |
| 13 | + |
| 14 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 15 | +- [ ] New feature (non-breaking change which adds functionality) |
| 16 | +- [ ] Documentation Update |
| 17 | + |
| 18 | +# Checklist: |
| 19 | +Please tick all the boxes that are fulfilled by your Pull Request. |
| 20 | + |
| 21 | +- [ ] I have named my files and folder, according to this project's guidelines. |
| 22 | +- [ ] My code follows the style guidelines of this project. |
| 23 | +- [ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`) |
| 24 | +- [ ] I have commented on my code, particularly in hard-to-understand areas. |
0 commit comments