From 605604fc23e5717dd7063c1b7265c3d6c7b7ed0a Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Sun, 17 Mar 2019 22:24:51 -0600 Subject: [PATCH] Create an issue template --- .github/issue_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..2e3673d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,11 @@ +# Issue Checks + +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. + The `dev` branch contains fixes that may not have been merged to `master` yet. +3. Provide a detailed description of the problem including **steps to reproduce the issue**. +4. Include the output of `:VimwikiShowVersion`. + +**DELETE THIS TEMPLATE TEXT PRIOR TO SUBMITTING THE ISSUE**