Skip to content

Commit 290b6b2

Browse files
authored
Add issue and PR form
1 parent 8e7fd6f commit 290b6b2

3 files changed

Lines changed: 96 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Bug report for Cloudinary React Native SDK
11+
Before proceeding, please update to latest version and test if the issue persists
12+
13+
## Describe the bug in a sentence or two.
14+
15+
16+
## Issue Type (Can be multiple)
17+
[ ] Build - Can’t install or import the SDK
18+
[ ] Performance - Performance issues
19+
[ ] Behaviour - Functions aren’t working as expected (Such as generate URL)
20+
[ ] Documentation - Inconsistency between the docs and behaviour
21+
[ ] Other (Specify)
22+
23+
## Steps to reproduce
24+
… if applicable
25+
26+
## Error screenshots or Stack Trace (if applicable)
27+
28+
29+
## Build/Dependency management
30+
[ ] Cocoa-Pods
31+
[ ] Carthage
32+
[ ] Manual import
33+
[ ] Other (Specify)
34+
35+
## Is the issue reproducible only on a specific device?
36+
[ ] No
37+
[ ] Yes (specify device model + iOS/Android version)
38+
39+
## Versions and Libraries (fill in the version numbers)
40+
React Native Cloudinary SDK version - 0.0.0
41+
OSX (on the dev environment) - 0.0.0
42+
XCode/Android Studio - 0.0.0
43+
Swift/Java/Kotlin - 0.0.0
44+
Target iOS/Android - 0.0.0
45+
46+
Repository
47+
If possible, please provide a link to a reproducible repository that showcases the problem
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature request for Cloudinary React Native SDK
11+
…(If your feature is for other SDKs, please request them there)
12+
13+
## Explain your use case
14+
… (A high level explanation of why you need this feature)
15+
16+
## Describe the problem you’re trying to solve
17+
… (A more technical view of what you’d like to accomplish, and how this feature will help you achieve it)
18+
19+
## Do you have a proposed solution?
20+
… (yes, no? Please elaborate if needed)

.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 the tests pass.

0 commit comments

Comments
 (0)