diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 13 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 19 |
2 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..deb20f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +**Do you want to request a *feature* or report a *bug*?** + +**What is the current behavior? / What is the expected behavior?** + +**Which version of `vim-prettier` are you using(can be check by running the command: `:PrettierVersion`) ?** + +**Which version of `prettier` executable are you using(can be check by running the command: `:PrettierCliVersion`) ?** + +**What is your `prettier` executable path(can be check by running the command: `:PrettierCliPath`) ?** + +**Did this work in previous versions of vim-prettier?** + +**Did this work in previous versions of prettier?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..437c4f0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +*Before* submitting a pull request, please make sure the following is done... + +1. Fork the repo and create your branch from `master`. +2. If you've added code that should be tested, do a sanity check on `vim8` and `neovim` +3. If you've changed APIs, update the README and documentation `./doc/prettier.txt` + +Please use the simple form below as a guideline for describing your pull request. + +Thanks for contributing to vim-prettier + +- + +**Summary** + +[...] + +**Test Plan** + +[...] |
