From 47757342bcd84135402e69a347aa5a2eeb51075a Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 3 May 2019 20:24:08 +0200 Subject: [PATCH] Tweak issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/support.md | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5a1337be9..ea09a506d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,19 +10,19 @@ assignees: '' ### How to reproduce ### -1. -2. -3. +1. ... +2. ... +3. ... ### Actual behavior ### - +... ### Expected behavior ### - +... ### Environment ### diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f0052f55b..6d17433e6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,3 +10,4 @@ assignees: '' ### My idea ### +... diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index d2ed07cfe..99575ee35 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -10,3 +10,4 @@ assignees: '' ### Question ### +... -- 2.47.3