Skip to content

Commit ba81260

Browse files
authored
Merge pull request #104 from rollbar/add-pr-template
Add PR template
2 parents 11df7e1 + 1c87c97 commit ba81260

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Description of the change
2+
3+
> Description here
4+
5+
## Type of change
6+
- [ ] Bug fix (non-breaking change that fixes an issue)
7+
- [ ] New feature (non-breaking change that adds functionality)
8+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
9+
10+
## Related issues
11+
12+
> Fix [#1]()
13+
14+
## Checklists
15+
16+
### Development
17+
18+
- [ ] Lint rules pass locally
19+
- [ ] The code changed/added as part of this pull request has been covered with tests
20+
- [ ] All tests related to the changed code pass in development
21+
22+
### Code review
23+
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
26+
- [ ] 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)