diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..8bbd56b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..8d80110c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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)