Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Something isn't working as expected
labels: bug
---

## Steps to reproduce

<!-- Minimal code snippet or steps -->

## Expected behaviour

## Actual behaviour

<!-- Include the error message / stack trace if there is one -->

## Environment

- SDK version:
- Node version:
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an improvement or new capability
labels: enhancement
---

## Problem

<!-- What are you trying to do that the SDK doesn't support (well)? -->

## Proposed solution

## Alternatives considered

<!-- Workarounds you tried, or other API shapes that could work -->
Loading