Skip to content

Commit 7a24657

Browse files
author
Svetlana Karslioglu
authored
Create PULL_REQUEST_TEMPLATE.md (#2328)
- Add a template for pull requests.
1 parent 11aec45 commit 7a24657

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Fixes #ISSUE_NUMBER
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Checklist
7+
<!--- Make sure to add `x` to all items in the following checklist: -->
8+
- [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER")
9+
- [ ] Only one issue is addressed in this pull request
10+
- [ ] Labels from the issue that this PR is fixing are added to this pull request
11+
- [ ] No unnessessary issues are included into this pull request.

0 commit comments

Comments
 (0)