-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug or incorrect behavior | ||
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. Execute command '...' | ||
2. Start upload '...' | ||
3. See error | ||
|
||
Please try to reproduce the problem when uploading to our public tus instance at [https://master.tus.io/files/](https://master.tus.io/files/), if applicable to your situation. This helps us to determine whether the problem may be caused by the server component. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Setup details** | ||
Please provide following details, if applicable to your situation: | ||
- Runtime environment: [e.g. Browser, Node.js, React Native] | ||
- Used tus-js-client version: [can be obtained by running `npm ls`] | ||
- Used tus server software: [e.g. tusd, tus-node-server etc] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea or improvement | ||
title: '' | ||
labels: enhancement | ||
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. | ||
|
||
**Can you provide help with implementing this feature?** | ||
The tus team is always happy to improve your situation but our time is also sadly limited, so it may take some time until we can work on your request. If you have the resources and knowledge to take a shot at your idea, we are more than eager to assist you. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Question | ||
about: Ask a general question about using tus-js-client | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Question** | ||
Please place your question here. | ||
|
||
**Setup details** | ||
Please provide following details, if applicable to your situation: | ||
- Runtime environment: [e.g. Browser, Node.js, React Native] | ||
- Used tus-js-client version: [can be obtained by running `npm ls`] | ||
- Used tus server software: [e.g. tusd, tus-node-server etc] |