diff --git a/.github/issue_template.md b/.github/issue_template.md index bda463f..33b5338 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,11 +1,7 @@ - +- [ ] 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. +- [ ] Post the syntax you are using (default/mediawiki/markdown) **and** your vimwiki settings from your `.vimrc` +- [ ] Provide a detailed description of the problem including **steps to reproduce the issue**. +- [ ] Include the output of `:VimwikiShowVersion`. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 04c5df0..9b797b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,9 @@ - +- [ ] **ALL** pull requests should be made against the `dev` branch! +- [ ] Take a look at [CONTRIBUTING.MD](https://github.com/vimwiki/vimwiki/blob/dev/CONTRIBUTING.md) +- [ ] Reference any related issues. +- [ ] Provide a description of the proposed changes. +- [ ] PRs must pass Vint tests and add new Vader tests as applicable. +- [ ] Make sure to update the documentation in `doc/vimwiki.txt` if applicable, + including the Changelog and Contributors sections.