From e949a79d341f540755684f16a77a40bdaa3ac17f Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 9 Jan 2019 17:12:49 -0600 Subject: [PATCH 1/2] reverse the order of items in the github issue template --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1dce0ad40..74c6b9331 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ For bugs, please provide the following: -### Expected behavior +### Unxpected behavior -### Actual behavior +### Expected behavior ### Steps to reproduce the behavior From d1e938ef1ac8d19f4eaa7560800578dc8aff3e70 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 10 Jan 2019 08:07:48 -0600 Subject: [PATCH 2/2] provide friendlier prompts --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 74c6b9331..05043a418 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ For bugs, please provide the following: -### Unxpected behavior +### What's going wrong? -### Expected behavior +### What was expected? ### Steps to reproduce the behavior