Create pull_request_template.md (#625)

Template for a pull request which helps reviewers
This commit is contained in:
Prem Chaitanya Prathi 2023-08-05 05:47:57 +05:30 committed by GitHub
parent 34de2941c7
commit 045fcf02d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

31
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,31 @@
# Description
<!--- Describe your changes to provide context for reviewrs -->
# Changes
<!-- List of detailed changes -->
- [ ] ...
- [ ] ...
# Tests
<!-- List down any tests that were executed specifically for this pull-request -->
<!--
## How to test
1.
1.
1.
-->
<!--
## Issue
closes #
-->