From 7f98bfbe4bb887edde1c88335138591f81d87be5 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Sun, 17 Mar 2019 22:06:10 -0600 Subject: [PATCH] Create a pull request template. --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..256df18 --- /dev/null +++ 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**