From b6caf407bdf70e01f3b47fcf81e70deaa867eeaf Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Thu, 27 May 2021 18:20:39 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..68c2bb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,20 @@ +--- +name: Issue Template +about: For bugs, problems etc. +title: '' +labels: new +assignees: '' + +--- + +Before submitting your issue please make sure to provide the following information + +About your environment: + + Distribution version. Eg. octopi, armbian + + Octoprint version + + An OctoPrint log file. You can access and download it in the OctoPrint settings under the "Logging" menu entry. + +Thanks