@@ -3,7 +3,7 @@ name: Bug report
3
3
about : Bug report for Cloudinary Ruby SDK
4
4
title : ' '
5
5
labels : ' '
6
- assignees : const-cloudinary
6
+ assignees : ' '
7
7
8
8
---
9
9
@@ -14,11 +14,11 @@ Before proceeding, please update to latest version and test if the issue persist
14
14
…
15
15
16
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)
17
+ - [ ] Build - Cannot install or import the SDK
18
+ - [ ] Performance - Performance issues
19
+ - [ ] Behaviour - Functions are not working as expected (such as generate URL)
20
+ - [ ] Documentation - Inconsistency between the docs and behaviour
21
+ - [ ] Other (Specify)
22
22
23
23
## Steps to reproduce
24
24
… if applicable
@@ -27,16 +27,17 @@ Before proceeding, please update to latest version and test if the issue persist
27
27
…
28
28
29
29
## Operating System
30
- [ ] Linux
31
- [ ] Windows
32
- [ ] OSX
33
- [ ] All
30
+ - [ ] Linux
31
+ - [ ] Windows
32
+ - [ ] macOS
33
+ - [ ] All
34
34
35
35
## Environment and Libraries (fill in the version numbers)
36
- Cloudinary Ruby SDK version - 0.0.0
37
- Ruby Version - 0.0.0
38
- Rails Version - 0.0.0
39
- Other Libraries (Carrierwave, ActiveStorage, etc) - 0.0.0
36
+ - Cloudinary Ruby SDK version - 0.0.0
37
+ - Ruby Version - 0.0.0
38
+ - Rails Version - 0.0.0
39
+ - Other Libraries (Carrierwave, ActiveStorage, etc) - 0.0.0
40
40
41
41
## Repository
42
+
42
43
If possible, please provide a link to a reproducible repository that showcases the problem
0 commit comments