Skip to content

Commit 0bb1b26

Browse files
author
RTLcoil
authored
Add pull request template (#192)
1 parent 48bc98e commit 0bb1b26

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Brief Summary of Changes
2+
<!-- Provide some context as to what was changed, from an implementation standpoint. -->
3+
4+
#### What does this PR address?
5+
- [ ] GitHub issue (Add reference - #XX)
6+
- [ ] Refactoring
7+
- [ ] New feature
8+
- [ ] Bug fix
9+
- [ ] Adds more tests
10+
11+
#### Are tests included?
12+
- [ ] Yes
13+
- [ ] No
14+
15+
#### Reviewer, please note:
16+
<!--
17+
List anything here that the reviewer should pay special attention to. This might
18+
include, for example:
19+
* Dependence on other PRs
20+
* Reference to other Cloudinary SDKs
21+
* Changes that seem arbitrary without further explanations
22+
-->
23+
24+
#### Checklist:
25+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
26+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
27+
- [ ] My code follows the code style of this project.
28+
- [ ] My change requires a change to the documentation.
29+
- [ ] I ran the full test suite before pushing the changes and all of the tests pass.

0 commit comments

Comments
 (0)