Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Description

<!-- Please include a summary of the issue.-->

## Type of issue

- [ ] Feature(New Script)
- [ ] Bug
- [ ] Documentation

## Checklist:

- [ ] I have read the project guidelines.
- [ ] I have checked all the existing projects before submitting a new project issue
- [ ] I have checked previous issues to avoid duplicates
- [ ] This issue will be meaningful for the project.


<!-- Uncomment this in case you have a issue related to a bug in existing code.-->

<!--
- [ ] I have added screenshots of the bug
- [ ] I have added steps to reproduce the bug
- [ ] I have proposed a possible solution for the bug
-->
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Description

A short summary of what is included in your pull request

Fixes #(issue_no)

Replace `issue_no` in the above line with the issue related to this PR.

## Type of change

Choosing one or more options from the following as per the nature of your Pull request.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Documentation Update

# Checklist:

Please tick all the boxes that are fulfilled by your Pull request

- [ ] I have named my files and folder according to this project's guidelines
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have created a helpful and easy to understand `README.md`
- [ ] I have included a requirements.txt file(if external libraries are required)
- [ ] My changes dont produce any warnings.
- [ ] I have added a working sample/screenshot of the script