Skip to content

Commit

Permalink
Merge pull request #81 from apivideo/add-issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
bot-api-video committed Mar 22, 2022
2 parents b3db355 + 8dcaaf2 commit 2919c71
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 6 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.

**Code snippet**
If possible, the piece of code that causes problems (for example, the call to a method that generates an error)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- Node.js version:
- API client version:


**Additional context**
Add any other context about the problem here.
For instance it can be useful to provide some identifier (eg. the id of the video if you're having issue with an endpoint that takes a video id as a parameter).
Caution: never put sensitive information (like your private API key, or an access token, here).
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'feature'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2919c71

Please sign in to comment.