Skip to content

Commit 7b5b63e

Browse files
authored
Update PR template (#284)
1 parent e9fa846 commit 7b5b63e

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
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.
5+
46
## Type of change
7+
58
- [ ] Bug fix (non-breaking change that fixes an issue)
69
- [ ] New feature (non-breaking change that adds functionality)
710
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] Maintenance
12+
- [ ] New release
813

914
## Related issues
1015

11-
> Fix [#1]()
16+
> Shortcut stories and GitHub issues (delete irrelevant)
17+
18+
- Fix [SC-]
19+
- Fix #1
20+
1221
## Checklists
1322

1423
### Development
@@ -17,9 +26,9 @@
1726
- [ ] The code changed/added as part of this pull request has been covered with tests
1827
- [ ] All tests related to the changed code pass in development
1928

20-
### Code review
29+
### Code review
2130

22-
- [ ] This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
23-
- [ ] "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
2434
- [ ] Changes have been reviewed by at least one other engineer
25-
- [ ] Issue from task tracker has a link to this pull request

0 commit comments

Comments
 (0)