diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f051412f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +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. 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) + + + +**Debug Log**: +``` +// your debug log +```