vimwiki

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

commit 7f98bfbe4bb887edde1c88335138591f81d87be5
parent 5ab8f8672e6832da8f5a7eb371d2b24e8e0fff2c
Author: Rane Brown <ranebrown@users.noreply.github.com>
Date:   Sun, 17 Mar 2019 22:06:10 -0600

Create a pull request template.
Diffstat:
A.github/pull_request_template.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +# Pull Request Checks + +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. + +**DELETE THIS TEMPLATE TEXT PRIOR TO SUBMITTING YOUR PULL REQUEST**