From 39bc671964b5d60dd8c088404edbacd74b2ecfa1 Mon Sep 17 00:00:00 2001 From: Stan van Rooy Date: Wed, 12 May 2021 15:07:54 +0200 Subject: [PATCH] misc: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e160ed90..4b4e0fb7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.