File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Description
2+
3+ <!-- Please include a summary of the issue.-->
4+
5+ ## Type of issue
6+
7+ - [ ] Feature(New Script)
8+ - [ ] Bug
9+ - [ ] Documentation
10+
11+ ## Checklist:
12+
13+ - [ ] I have read the project guidelines.
14+ - [ ] I have checked all the existing projects before submitting a new project issue
15+ - [ ] I have checked previous issues to avoid duplicates
16+ - [ ] This issue will be meaningful for the project.
17+
18+
19+ <!-- Uncomment this in case you have a issue related to a bug in existing code.-->
20+
21+ <!--
22+ - [ ] I have added screenshots of the bug
23+ - [ ] I have added steps to reproduce the bug
24+ - [ ] I have proposed a possible solution for the bug
25+ -->
Original file line number Diff line number Diff line change 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+ Choosing one or more options from the following as per the nature of your Pull request.
12+
13+ - [ ] Bug fix (non-breaking change which fixes an issue)
14+ - [ ] New feature (non-breaking change which adds functionality)
15+ - [ ] Documentation Update
16+
17+ # Checklist:
18+
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+ - [ ] I have commented my code, particularly in hard-to-understand areas
24+ - [ ] I have created a helpful and easy to understand ` README.md `
25+ - [ ] I have included a requirements.txt file(if external libraries are required)
26+ - [ ] My changes dont produce any warnings.
27+ - [ ] I have added a working sample/screenshot of the script
You can’t perform that action at this time.
0 commit comments