Skip to content

Commit 1ad4397

Browse files
author
Bishop Bettini
authored
Merge pull request #101 from rollbar/add-pr-template
feat: add PR template
2 parents 81d487c + 6819345 commit 1ad4397

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

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