|
1 | 1 | ### Your checklist for this pull request
|
2 |
| -🚨Please review the [guidelines for contributing](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md) to this repository.<br><br> |
| 2 | +:warning: Please review the [guidelines for contributing](https://github.com/sanscript-tech/hacking-tools-scripts/blob/main/CONTRIBUTING.md) to this repository. |
3 | 3 |
|
4 |
| -Parent issue: #("mention issue no.")<br> |
| 4 | +Parent issue: #("mention issue no.") |
5 | 5 |
|
6 | 6 | ### Type of change
|
7 | 7 |
|
8 |
| -Select all that applies:<br> |
9 |
| -[ ]New feature (non-breaking change which adds functionality)<br> |
10 |
| -[ ]Bug fix (non-breaking change which fixes an issue)<br> |
11 |
| -[ ]Breaking change (fix or feature that would cause existing functionality to not work as expected)<br> |
12 |
| -[ ]This change requires a documentation update<br> |
| 8 | +**Select all that applies**: |
| 9 | +* [ ] New feature (non-breaking change which adds functionality) |
| 10 | +* [ ] Bug fix (non-breaking change which fixes an issue) |
| 11 | +* [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +* [ ] This change requires a documentation update |
13 | 13 |
|
14 | 14 | ### Checklist:
|
15 | 15 |
|
16 |
| -[ ]My code follows the style guidelines(Clean Code) of this project<br> |
17 |
| -[ ]I have performed a self-review of my own code<br> |
18 |
| -[ ]I have used consistent code conventions and clear function/method/variable names<br> |
19 |
| -[ ]I have commented on my code, particularly in hard-to-understand areas<br> |
20 |
| -[ ]I have created a helpful and easy to understand README.md which contains description, requirements and use case.<br> |
21 |
| -[ ]I have added relevent screenshots if necessary<br> |
22 |
| -[ ]I have made corresponding changes to the documentation<br> |
23 |
| -[ ]My changes generate no new warnings<br> |
| 16 | +* [ ] My code follows the style guidelines(Clean Code) of this project. |
| 17 | +* [ ] I have performed a self-review of my own code. |
| 18 | +* [ ] I have used consistent code conventions and clear function/method/variable names. |
| 19 | +* [ ] I have commented on my code, particularly in hard-to-understand areas. |
| 20 | +* [ ] I have created a helpful and easy to understand README.md which contains description, requirements and use case. |
| 21 | +* [ ] I have added relevent screenshots if necessary. |
| 22 | +* [ ] I have made corresponding changes to the documentation. |
| 23 | +* [ ] My changes generate no new warnings. |
24 | 24 |
|
25 |
| -### 💔Thank you! |
| 25 | +### :heart: Thank you! |
0 commit comments