From d144a60d8ab2122167b45d48cb454cd86e938774 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Mon, 18 Jun 2018 12:41:10 -0500 Subject: [PATCH] Use italics to different deletable text from submitted text --- ISSUE_TEMPLATE.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e8d7c06afd..c8d5c8c802 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,15 +1,18 @@ -### Subject of the issue -Describe your issue here. +*Describe your issue here.* ### Environment + * Elixir & Erlang/OTP versions (`elixir -version`): * Operating System: ### Steps to reproduce -Tell us how to reproduce this issue. + +*Tell us how to reproduce this issue.* ### Expected behaviour -Tell us what should happen + +*Tell us what should happen.* ### Actual behaviour -Tell us what happens instead + +*Tell us what happens instead.*