-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78c0610
commit c9572e7
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug report for Cloudinary NPM SDK | ||
Before proceeding, please update to latest version and test if the issue persists | ||
|
||
## Describe the bug in a sentence or two. | ||
… | ||
|
||
## Issue Type (Can be multiple) | ||
[ ] Build - Can’t install or import the SDK | ||
[ ] Babel - Babel errors or cross browser issues | ||
[ ] Performance - Performance issues | ||
[ ] Behaviour - Functions aren’t working as expected (Such as generate URL) | ||
[ ] Documentation - Inconsistency between the docs and behaviour | ||
[ ] Incorrect Types - For typescript users who are having problems with our d.ts files | ||
[ ] Other (Specify) | ||
|
||
## Steps to reproduce | ||
… if applicable | ||
|
||
## Error screenshots | ||
… if applicable | ||
|
||
## Browsers (if issue relates to UI, else ignore) | ||
[ ] Chrome | ||
[ ] Firefox | ||
[ ] Safari | ||
[ ] Other (Specify) | ||
[ ] All | ||
|
||
## Versions and Libraries (fill in the version numbers) | ||
Cloudinary_NPM SDK version | ||
Node - 0.0.0 | ||
NPM - 0.0.0 | ||
|
||
## Config Files (Please paste the following files if possible) | ||
Package.json | ||
|
||
## Repository | ||
If possible, please provide a link to a reproducible repository that showcases the problem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Feature request for Cloudinary_NPM SDK | ||
…(If your feature is for other SDKs, please request them there) | ||
|
||
|
||
## Explain your use case | ||
… (A high-level explanation of why you need this feature) | ||
|
||
## Describe the problem you’re trying to solve | ||
… (A more technical view of what you’d like to accomplish, and how this feature will help you achieve it) | ||
|
||
## Do you have a proposed solution? | ||
… (yes, no? Please elaborate if needed) |