From 447bb0bd7e890ca8b06cf65f5b520a3a48d013e5 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 25 Jul 2019 10:29:19 +0300 Subject: [PATCH] chore: add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..df25212 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: pleshevskiy + +--- + + +A clear and concise description of what the bug is. + +### To Reproduce +Steps to reproduce the behavior: +1. ... + +### Expected Behavior + + +```python +# Paste a minimal example that causes the problem. +``` + +### Actual Behavior + + +```pytb +Paste the full traceback if there was an exception. +``` + +### Environment + +* OS: +* Python version: +* GenRSS version: