From 87337f2b699b01d7c5dfea400cc8be041a1fa503 Mon Sep 17 00:00:00 2001 From: patrick-tolosa <59408474+patrick-tolosa@users.noreply.github.com> Date: Thu, 2 Apr 2020 12:01:31 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ 2 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d6120ad8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Bug report for Cloudinary Angular 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 +[ ] UI/Performance - Display or performance issues +[ ] Behaviour - Functions aren’t working as expected (Such as generate URL) +[ ] Documentation - Inconsistency between the docs and behaviour +[ ] Incorrect Types +[ ] 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) +Angular Cloudinary SDK - 0.0.0 +Angular - 0.0.0 +Node - 0.0.0 +NPM - 0.0.0 + +## Config Files (Please paste the following files if possible) +Package.json +Babelrc + +## 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..d32bfa88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +## Feature request for Cloudinary Angular 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)