Skip to content

Commit 2e31257

Browse files
authored
Add issue templates (#112)
1 parent fdbe597 commit 2e31257

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
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 Android 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 System
30+
[ ] Maven
31+
[ ] Gradle
32+
[ ] Other (Specify)
33+
34+
## Is the issue reproducible only on a specific device?
35+
[ ] No
36+
[ ] Yes (specify model + Android version + vendor build number, if applicable)
37+
38+
## Versions and Libraries (fill in the version numbers)
39+
Cloudinary Android SDK version 0.0.0
40+
Android version (Please provide exact [sdk level](https://developer.android.com/reference/android/os/Build.VERSION#SDK_INT))
41+
Kotlin version (if applicable) - 0.0.0
42+
JVM (of the dev environment) - 0.0.0
43+
Maven - 0.0.0 / N/A
44+
Gradle - 0.0.0 / N/A
45+
46+
## Repository
47+
If possible, please provide a link to a reproducible repository that showcases the problem
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 Android SDK
11+
…(If your feature is for other SDKs, please request them there)
12+
13+
14+
## Explain your use case
15+
… (A high-level explanation of why you need this feature)
16+
17+
## Describe the problem you’re trying to solve
18+
… (A more technical view of what you’d like to accomplish, and how this feature will help you achieve it)
19+
20+
## Do you have a proposed solution?
21+
… (yes, no? Please elaborate if needed)

0 commit comments

Comments
 (0)