diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-03-05 21:47:30 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-03-05 21:47:30 -0800 |
| commit | d23f186a8c8cf92c91d28efd3fadfa727f9730ff (patch) | |
| tree | d811b4d90cb190e3ea60328e531023c8bf2d0253 | |
| parent | 9c91c5afc39a9d4955adfcd2f01c50bada87fbbd (diff) | |
| download | vim-prettier-d23f186a8c8cf92c91d28efd3fadfa727f9730ff.tar.xz | |
Simplified the issue template
| -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?** |
