From c5430c0fe9bfd52daaf44444b80b1bffca683bab Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Mon, 9 Apr 2018 10:13:59 +0100 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ab11eca30..17df1a5bd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +Please prefix the issue title with either "C# -> VB: " or "VB -> C#: " if relevant + ### Input code ```C# If relevant, please enter some example code here to reproduce the issue (in VB or C#), or the steps taken to cause the issue. @@ -14,4 +16,8 @@ If relevant, the output you expected (in VB or C#), or a description of what you ``` ### Details +Product in use: e.g. web converter / VS extension / both + +Version in use: e.g. 5.6.3 + Any other relevant information to the issue, or your interest in contributing a fix.