Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Added a pull request template #184

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Description

Include a summary of the changes made and mention the issue it fixes.

Fixes # (include the issue number here)

# Checklist:

- [ ] My code follows the [guidelines](https://github.com/ankitdobhal/Awesome-Python-Scripts/blob/master/Contribution.md) of this project.
- [ ] I have commented my code.
- [ ] I have performed a self-review of my own code.
- [ ] I have followed all the appropriate naming conventions.

## Screenshots

Add Screenshots here (if any)