Skip to content

Commit 7cb4bfa

Browse files
authored
Merge pull request #174 from EasyPost/pr_template
add github pull request template.
2 parents c6c5873 + ed7f181 commit 7cb4bfa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Pull Request Type
2+
3+
Please select the option(s) that are relevant to this PR.
4+
5+
- [ ] Bug fix (non-breaking change which fixes an issue)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
8+
- [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
9+
10+
# Description
11+
12+
<!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. -->
13+
14+
# Testing
15+
16+
<!--
17+
Please provide details on how you tested this code. See below.
18+
19+
- All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible)
20+
- New features must get a new unit test
21+
- Bug fixes/refactors must re-record existing cassettes
22+
-->

0 commit comments

Comments
 (0)