Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev authored Apr 9, 2020
1 parent 321147d commit 9054a12
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--- Before opening this issue, be sure to have read https://github.com/gotev/android-upload-service/wiki/Usage -->
<!--- Many questions and issues already have an answer in https://github.com/gotev/android-upload-service/wiki/Troubleshooting -->

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

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

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

**OS and Lib versions (please complete the following information):**
- Android Upload Service version: [e.g. 4.3.0]
- Android version and API version: [e.g. Android 10]
- HTTP stack: [e.g. HurlStack or OkHttpStack]

**Request code:**
```kotlin
// the code you wrote to create the upload request
```
**Where have you added the request code?**
- [ ] Activity
- [ ] Service
- [ ] Other class (add additional info about it)

<!-- check the Wiki on how to enable library debug log. 4.x versions have it enabled by default on debug builds -->

**Debug Log**:
```
// your debug log
```

0 comments on commit 9054a12

Please sign in to comment.