Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr authored Dec 29, 2021
1 parent 1bfff5e commit 54c928e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/new-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: new issue
about: 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

0 comments on commit 54c928e

Please sign in to comment.