Skip to content

Commit

Permalink
Merge pull request #46 from ar-io/main
Browse files Browse the repository at this point in the history
chore: merge main back to alpha
  • Loading branch information
dtfiedler authored Apr 23, 2024
2 parents b68cde0 + 1b8f55d commit 7142155
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 4 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

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

**To Reproduce**
Steps to reproduce the behavior:

1. Import client '....'
2. Use API '....'
3. Request data '...'
4. See error

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

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

**Environment (please complete the following information):**

- Environment: [e.g. node, browser]
- SDK Version [e.g. v1.0.0]
- Node Version [e.g. 18.16.3]
- Browser [e.g. chrome, safari]

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature Request Template
about: 'For feature requests. Please search for existing issues first. Also see CONTRIBUTING.'
---

**Please Describe The Problem To Be Solved**

(Replace This Text: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.)

**(Optional): Suggest A Solution**
(Replace This Text: A concise description of your preferred solution. Things to address include:

- Details of the technical implementation
- Tradeoffs made in design decisions
- Caveats and considerations for the future
- Dependencies on other work or upgrades

If there are multiple solutions, please present each one separately. Save comparisons for the very end.)
Loading

0 comments on commit 7142155

Please sign in to comment.