vimwiki

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

commit c7aa3cc122576e5ecf795d89c83dfab9c679f826
parent 57d23fa763b498561aca7eb4efb05b52efd120c9
Author: Rane Brown <rane.brown@gmail.com>
Date:   Fri,  3 Jan 2020 19:35:28 -0700

Update issue and PR templates

Diffstat:
M.github/issue_template.md | 4++--
M.github/pull_request_template.md | 9++++++---
2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md @@ -1,4 +1,4 @@ -# Issue Checks +<!-- Prior to submitting a new issue make sure to complete these steps: @@ -8,4 +8,4 @@ Prior to submitting a new issue make sure to complete these steps: 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** +--> diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md @@ -1,9 +1,12 @@ -# Pull Request Checks +<!-- + +Steps for submitting a pull request: 1. **ALL** pull requests should be made against the `dev` branch! 2. Take a look at [CONTRIBUTING.MD](https://github.com/vimwiki/vimwiki/blob/dev/CONTRIBUTING.md) 3. Reference any related issues. 4. Provide a description of the proposed changes and any testing that was done. -5. Make sure to update the documentation in `doc/vimwiki.txt` if applicable. +5. Make sure to update the documentation in `doc/vimwiki.txt` if applicable + including the Changelog and Contributors sections. -**DELETE THIS TEMPLATE TEXT PRIOR TO SUBMITTING YOUR PULL REQUEST** +-->