From 2f92b28bce082d69c2541ee05c3fb059c2c869b8 Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 10 May 2019 14:17:24 +0200 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/bug.md | 8 ++++++++ .github/ISSUE_TEMPLATE/regression.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 6941b9a0f..c1dbcdb75 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -23,6 +23,14 @@ Paste your code here: ``` + + ## Expected behavior A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index 29ac65860..b3c6c2606 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -29,6 +29,14 @@ Paste your code here: ``` + + ## Expected behavior A clear and concise description of what you expected to happen.