Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
priyapower authored Aug 6, 2024
1 parent 0a8abe2 commit fece7a3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Description

<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

## Issue

<!-- WILL CLOSE THE ISSUE -->
<!-- Fixes #<issue number> -->
<!-- Resolves #<issue number> -->

<!-- WILL **NOT** CLOSE THE ISSUE -->
<!-- Relates to #<issue number> -->
<!-- Addresses #<issue number> -->

## Type of change

<!-- Please select options that are relevant with [X] -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests.
- [ ] Do we need to implement analytics?
- [ ] Will this be part of a product update? If yes, please write one phrase about this update.

## gif/meme/funzies

<!-- The most important step in any PR -->

0 comments on commit fece7a3

Please sign in to comment.