From 923e378d9d0843126b535ba29c0a2861bf882e17 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Wed, 22 Jun 2016 09:57:51 +0200 Subject: [PATCH 1/3] Create ISSUE_TEMPLATE --- ISSUE_TEMPLATE | 1 + 1 file changed, 1 insertion(+) create mode 100644 ISSUE_TEMPLATE diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 000000000..bf0c9c4b3 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1 @@ +acas From 17c7d992fd57fa637f641612d40e378e978d1610 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Wed, 22 Jun 2016 09:58:39 +0200 Subject: [PATCH 2/3] Update and rename ISSUE_TEMPLATE to ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE | 1 - ISSUE_TEMPLATE.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 ISSUE_TEMPLATE create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE deleted file mode 100644 index bf0c9c4b3..000000000 --- a/ISSUE_TEMPLATE +++ /dev/null @@ -1 +0,0 @@ -acas diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d9042a598 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ +## Brief description of the issue. + From 9c7670fc68cfeaf3504ec92c51d350f1c32d7377 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Wed, 22 Jun 2016 10:02:09 +0200 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index d9042a598..968b8c8b5 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,2 +1,21 @@ -## Brief description of the issue. +#### Brief description of the issue. +*Write your description here...* + +#### How to reproduce the bug? + +1. +2. +3. + +#### What is the expected result? + +*Write expected result here...* + +#### What actually happened? + +*Write what in fact happened...* + +#### Other information + +*Write any other supplementary information here...*