From e53cfb8ba004c334c3a1ce13d0b5ae21af1c3875 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jul 2018 18:38:52 +0200 Subject: [PATCH] Import unified template --- .github/issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..96596a8 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,20 @@ + + +# P# Information + - P# Version (or commit ref): + - Operating System: + - System Architecture (eg. arm, x86_64, ...): + +# Your problem description +Please provide here as much information as possible, including a code snippet if applicable. + +# Expected results +Describe here, what output and/or software behave did you expect. + +# Current results +Provide here current result and program output.