forked from junegunn/vim-plug
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix junegunn#416: Add an issue and PR template.
- Loading branch information
1 parent
ffd5422
commit d96e303
Showing
3 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
### Before Submitting | ||
- You checked the [faq](https://github.com/junegunn/vim-plug/wiki/faq) for common problems. | ||
- Check your [requirements](https://github.com/junegunn/vim-plug/wiki/requirements) are satisfied. | ||
- You are not going to suggest vim-plug manage itself like Vundle, see #240, #364, #367 ... | ||
--> | ||
|
||
Explain the problem here ... | ||
|
||
------------------------------ | ||
|
||
<!-- Put the contents of `:version` below --> | ||
``` | ||
``` | ||
|
||
<!-- Check all that apply. --> | ||
- Type: | ||
- [ ] Bug | ||
- [ ] Enhancement | ||
- [ ] Feature Request | ||
- [ ] Question | ||
- OS: | ||
- [ ] All/Other | ||
- [ ] Linux | ||
- [ ] OS X | ||
- [ ] Windows | ||
- Vim: | ||
- [ ] Terminal Vim | ||
- [ ] GVim | ||
- [ ] Neovim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!-- ## Before Submitting | ||
- You made sure the existing tests/travis build works. | ||
- You made sure any new features were tested where appropriate. | ||
- You checked a similar feature wasn't already turned down by searching issues & PRs. | ||
--> | ||
|
||
Describe the details of your PR ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters