Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 148a0e6

Browse files
authored
Merge pull request #48 from rollbar/igayoso/pull-request-template
Add pull request template
2 parents cd5393a + 365858d commit 148a0e6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Description of the change
2+
3+
> Please include a summary of the change and which issues are fixed.
4+
> Please also include relevant motivation and context.
5+
6+
## Type of change
7+
8+
- [ ] Bug fix (non-breaking change that fixes an issue)
9+
- [ ] New feature (non-breaking change that adds functionality)
10+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] Maintenance
12+
- [ ] New release
13+
14+
## Related issues
15+
16+
> ClubHouse stories and GitHub issues (delete irrelevant)
17+
18+
- Fix [ch]
19+
- Fix #1
20+
21+
## Checklists
22+
23+
### Development
24+
25+
- [ ] Lint rules pass locally
26+
- [ ] The code changed/added as part of this pull request has been covered with tests
27+
- [ ] All tests related to the changed code pass in development
28+
29+
### Code review
30+
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
34+
- [ ] Changes have been reviewed by at least one other engineer

0 commit comments

Comments
 (0)