diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md new file mode 100644 index 00000000..a9888c57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -0,0 +1,49 @@ +--- +name: new issue template +about: New issue for cloudinary/frontend-frameworks +title: New issue for cloudinary/frontend-frameworks +labels: '' +assignees: '' + +--- + +### New issue for cloudinary/frontend-frameworks +Before proceeding, please update to the latest version and test if the issue persists + +#### For which package is this issue? +... A few words + +#### Describe the issue in a sentence or two. +… + +#### Issue Type (Can be multiple) +[ ] Build - Can’t install or import the SDK +[ ] Performance - Performance issues +[ ] Behaviour - Functions aren’t working as expected +[ ] 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) +package 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