diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index deb20f1..4506d1b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,12 @@ **Do you want to request a *feature* or report a *bug*?** -**What is the current behavior? / What is the expected behavior?** +**What is the current/expected behavior?** -**Which version of `vim-prettier` are you using(can be check by running the command: `:PrettierVersion`) ?** +**What version of `vim-prettier` are you using - (output of `:PrettierVersion`) ?** -**Which version of `prettier` executable are you using(can be check by running the command: `:PrettierCliVersion`) ?** +**What version of `prettier` are you using - (output of `:PrettierCliVersion`) ?** -**What is your `prettier` executable path(can be check by running the command: `:PrettierCliPath`) ?** +**What is your `prettier` executable path - (output of `:PrettierCliPath`) ?** -**Did this work in previous versions of vim-prettier?** +**Did this work in previous versions of vim-prettier and/or prettier ?** -**Did this work in previous versions of prettier?** |
