Skip to content

Commit 9dc84f2

Browse files
committed
added pull request template
1 parent 86c4eff commit 9dc84f2

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
2+
<!-- Include a summary of the change made and also list the dependencies that are required if any -->
3+
4+
---
5+
## Issue Ticket Number
6+
Fixes [Issue #]
7+
8+
---
9+
## Type of change
10+
<!-- Please select all options that are applicable. -->
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update
15+
16+
---
17+
# Checklist:
18+
- [ ] I have followed the contributing guidelines of this project as mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
19+
- [ ] I have created an [issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket for this PR
20+
- [ ] I have checked to ensure there aren't other open [Pull Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the same update/change?
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have run tests locally to ensure they all pass
23+
- [ ] I have commented my code, particularly in hard-to-understand areas
24+
- [ ] I have made corresponding changes needed to the documentation
25+

0 commit comments

Comments
 (0)