Skip to content

Commit

Permalink
Create pull_request_template.md (#230)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md
  • Loading branch information
waybackarchiver authored Oct 13, 2022
1 parent a381907 commit c67b523
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Description
<!-- Include a summary of the change made and also list the dependencies that are required if any -->

---
## Issue Ticket Number
Fixes #(issue_number)

---
## Type of change
<!-- Please select all options that are applicable. -->
- [ ] 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
- [ ] I have followed the contributing guidelines of this project as mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have checked to ensure there aren't other open [Pull Requests](https://github.com/wabarc/wayback/pulls) for the same update/change?
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation

0 comments on commit c67b523

Please sign in to comment.