From 3f46c2e1ee2d4bf39911f1d9fbadcb3e4367bee6 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Tue, 17 Oct 2017 09:43:38 -0700 Subject: [PATCH] Shorter issue template (#4685) * Shorter issue template * Add a pair triple backtick --- .github/ISSUE_TEMPLATE.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 114db0dd4..4fa2b1172 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,19 +1,10 @@ -### Description -**Outline the issue here:** + --- ### Environment summary -**Install Method:** How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) -Answer here: - -**CLI Version:** What version of the CLI and modules are installed? (Use `az --version`) -Answer here: - -**OS Version:** What OS and version are you using? -Answer here: - -**Shell Type:** What shell are you using? (e.g. bash, cmd.exe, Bash on Windows) -Answer here: +Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (`az --version`) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows) +``` +```