vimwiki/.github/pull_request_template.md

10 lines
503 B
Markdown
Raw Permalink Normal View History

2020-01-04 03:35:28 +01:00
Steps for submitting a pull request:
2019-03-18 05:06:10 +01:00
2020-01-04 03:51:17 +01:00
- [ ] **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.