-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
1 changed file
with
48 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,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 | ||
``` |