Skip to content

Commit

Permalink
misc: update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed May 12, 2021
1 parent 9d25af8 commit 39bc671
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Debug output**
Add the following snippet of code to your script and post the output here. Make sure to remove any passwords, etc.
```python
import logging
logging.basicConfig()
logging.getLogger('').setLevel(logging.DEBUG)
```
**Setup**
Instauto version:
Device profile:
Instagram profile:

**Additional context**
Add any other context about the problem here.

0 comments on commit 39bc671

Please sign in to comment.