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.