Skip to content

Commit

Permalink
Add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 24, 2019
1 parent 76447d3 commit 686cb6c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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]

0 comments on commit 686cb6c

Please sign in to comment.