diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-10 22:37:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-10 22:37:36 +0100 |
| commit | cbad6b1e0aa53ca42989f9b33c03a9a8590fde3c (patch) | |
| tree | 4a9db7e29a4f60de9f845952fb80c6daabe73747 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | fabb550c17559badef76ae8cff7c124bafd24e8f (diff) | |
| download | vim-polyglot-cbad6b1e0aa53ca42989f9b33c03a9a8590fde3c.tar.gz vim-polyglot-cbad6b1e0aa53ca42989f9b33c03a9a8590fde3c.zip | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..74a8c1ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Report vim-polyglot bug +title: '' +labels: '' +assignees: '' + +--- + +<!-- Vim-polyglot is not responsible for bugs of plugins it uses. Please report only bugs that happen when plugin is used as part of vim-polyglot and doesn't happen when just install the plugin --> + +**Does this bug happen when you install plugin without vim-polyglot?** + +**Describe the bug:** + +**To Reproduce:** |
