From 4a2c7f242f77c507d47f261b52d74750c9b16ad7 Mon Sep 17 00:00:00 2001 From: danieleperera <45230107+danieleperera@users.noreply.github.com> Date: Thu, 23 Jul 2020 21:50:26 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 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..7e04fb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: danieleperera + +--- + +# Issue Template +Please use this template! + +### Initial Check +> If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'onioningestor' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please **only** submit issues related to 'onioningestor'. Thanks. + +>Make sure you've checked the following: + +- [] Python version is 3.6; + +### OnionIngestor Output +>Please provide the output of OnionIngestor + +### OnionIngestor Yaml file +>Please provide your configuration yaml file + +### Description of Issue +>Please use **as much detail as possible.** + +### Environment Details +>Using Windows, Linux? What OS version? + +**Additional context** +Add any other context about the problem here.