Skip to content

Commit 75d4671

Browse files
committed
Update PR template
1 parent 8026655 commit 75d4671

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
## Description of the change
22

3-
> Description here
3+
> Please include a summary of the change and which issues are fixed.
4+
> Please also include relevant motivation and context.
45
56
## Type of change
7+
68
- [ ] Bug fix (non-breaking change that fixes an issue)
79
- [ ] New feature (non-breaking change that adds functionality)
810
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] Maintenance
12+
- [ ] New release
913

1014
## Related issues
1115

12-
> Fix [#1]()
16+
> Shortcut stories and GitHub issues (delete irrelevant)
17+
18+
- Fix [SC-]
19+
- Fix #1
1320

1421
## Checklists
1522

@@ -19,9 +26,9 @@
1926
- [ ] The code changed/added as part of this pull request has been covered with tests
2027
- [ ] All tests related to the changed code pass in development
2128

22-
### Code review
29+
### Code review
2330

24-
- [ ] This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
25-
- [ ] "Ready for review" label attached to the PR and reviewers mentioned in a comment
31+
- [ ] This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
32+
- [ ] "Ready for review" label attached to the PR and reviewers assigned
33+
- [ ] Issue from task tracker has a link to this pull request
2634
- [ ] Changes have been reviewed by at least one other engineer
27-
- [ ] Issue from task tracker has a link to this pull request

0 commit comments

Comments
 (0)