From 77f906f6af540b61cd6ffd62739bc9d01be9fd97 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 15 Mar 2021 13:55:46 -0700 Subject: [PATCH 1/2] Add version information request --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3ee58ae..12d2a4d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -12,6 +12,9 @@ Please search on the [issue tracker](../) before creating one. **Describe the bug** A clear and concise description of what the bug is. +**Version** +What version number of this application are you using? (ie. v1.0.1) + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' From 372374c1bd40bbb801ff3aa5d1cb2efb21ab097e Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 17 Mar 2021 14:21:08 -0700 Subject: [PATCH 2/2] italicize version --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 12d2a4d..ac2a49c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -13,7 +13,7 @@ Please search on the [issue tracker](../) before creating one. A clear and concise description of what the bug is. **Version** -What version number of this application are you using? (ie. v1.0.1) +What version number of this application are you using? _(ie. v1.0.1)_ **To Reproduce** Steps to reproduce the behavior: