From a768740945b57e5c622589713795438f36223ffb Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 11 Sep 2017 19:28:17 +0200 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 10b7e8dd..356fa46f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,15 +1,24 @@ - + **Prettier Version:** 1.6.1 / master +([Playground link](https://prettier.io/playground/#.....)) -**Code** - -([playground](https://prettier.io/playground/#.....)) +**Input:** +```js +// code snippet +``` +**Output:** ```js // code snippet ``` **Expected behavior:** - -**Actual behavior:** \ No newline at end of file