Use checkboxes for templates
This commit is contained in:
parent
c7aa3cc122
commit
b90e6f2e33
14
.github/issue_template.md
vendored
14
.github/issue_template.md
vendored
@ -1,11 +1,7 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
Prior to submitting a new issue make sure to complete these steps:
|
Prior to submitting a new issue make sure to complete these steps:
|
||||||
|
|
||||||
1. Checkout the `dev` branch and confirm the issue is present there as well.
|
- [ ] 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.
|
- [ ] The `dev` branch contains fixes that may not have been merged to `master` yet.
|
||||||
2. Post the syntax you are using (default/mediawiki/markdown) **and** your vimwiki settings from your `.vimrc`
|
- [ ] Post the syntax you are using (default/mediawiki/markdown) **and** your vimwiki settings from your `.vimrc`
|
||||||
3. Provide a detailed description of the problem including **steps to reproduce the issue**.
|
- [ ] Provide a detailed description of the problem including **steps to reproduce the issue**.
|
||||||
4. Include the output of `:VimwikiShowVersion`.
|
- [ ] Include the output of `:VimwikiShowVersion`.
|
||||||
|
|
||||||
-->
|
|
||||||
|
17
.github/pull_request_template.md
vendored
17
.github/pull_request_template.md
vendored
@ -1,12 +1,9 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
Steps for submitting a pull request:
|
Steps for submitting a pull request:
|
||||||
|
|
||||||
1. **ALL** pull requests should be made against the `dev` branch!
|
- [ ] **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)
|
- [ ] Take a look at [CONTRIBUTING.MD](https://github.com/vimwiki/vimwiki/blob/dev/CONTRIBUTING.md)
|
||||||
3. Reference any related issues.
|
- [ ] Reference any related issues.
|
||||||
4. Provide a description of the proposed changes and any testing that was done.
|
- [ ] Provide a description of the proposed changes.
|
||||||
5. Make sure to update the documentation in `doc/vimwiki.txt` if applicable
|
- [ ] PRs must pass Vint tests and add new Vader tests as applicable.
|
||||||
including the Changelog and Contributors sections.
|
- [ ] Make sure to update the documentation in `doc/vimwiki.txt` if applicable,
|
||||||
|
including the Changelog and Contributors sections.
|
||||||
-->
|
|
||||||
|
Loading…
Reference in New Issue
Block a user