-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More explanatory pull_request_template.md
- Loading branch information
1 parent
7b8ecbc
commit f4d6903
Showing
1 changed file
with
10 additions
and
6 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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
## Describe your changes | ||
|
||
## Issue number if applicable | ||
Provide a brief description of the changes you’ve made and their purpose. | ||
|
||
## Fill the checklist before requesting a review | ||
## Issue number | ||
|
||
- [ ] I have performed a self-review of my code | ||
- [ ] I have included the issue # in the PR (if applicable) | ||
- [ ] I have labelled the PR correctly | ||
- [ ] My PR is granular and targeted to one specific feature only | ||
Mention the issue number(s) this PR addresses (e.g., #123). | ||
|
||
## Please ensure all items are checked off before requesting a review: | ||
|
||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have included the issue # in the PR. | ||
- [ ] I have labelled the PR correctly. | ||
- [ ] My PR is granular and targeted to one specific feature only. |