-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pull_request_template.md (#230)
* Create pull_request_template.md
- Loading branch information
1 parent
a381907
commit c67b523
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |