vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit a5ef4787505cb0c10544ef0a76fe9efbbc546972
parent 605604fc23e5717dd7063c1b7265c3d6c7b7ed0a
Author: Rane Brown <ranebrown@users.noreply.github.com>
Date:   Wed, 20 Mar 2019 06:24:16 -0600

Improverize issue template per #513
Diffstat:
M.github/issue_template.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md @@ -2,9 +2,9 @@ Prior to submitting a new issue make sure to complete these steps: -1. Search _existing issues_ for the same or similiar problems that have already been reported. -2. Checkout the `dev` branch and confirm the issue is present there as well. +1. Checkout the `dev` branch and confirm the issue is present there as well. The `dev` branch contains fixes that may not have been merged to `master` yet. +2. Post the syntax you are using (default/mediawiki/markdown) **and** your vimwiki settings from your `.vimrc` 3. Provide a detailed description of the problem including **steps to reproduce the issue**. 4. Include the output of `:VimwikiShowVersion`.