/
githubmirror
/
vim-plug
Обзор
Документация
Войти
/
githubmirror
/
vim-plug
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/ISSUE_TEMPLATE/issue.yml
59 строк
1 KB
Junegunn Choi
Renew issue template
22 май 2026, 16:40
Не верифицирован
22 май 2026, 16:40
88e3147
Код
Авторство
О чём код?
name: Issue description: File an issue body: - type: markdown attributes: value: | ### 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. - type: textarea id: description attributes: label: Description placeholder: Explain the problem here - type: textarea id: plug-block attributes: label: Plug block description: Paste your Plug block (from `call plug#begin()` to `call plug#end()`) render: vim - type: textarea id: version attributes: label: ":version" description: Paste the contents of `:version` below render: text - type: checkboxes id: type attributes: label: Type options: - label: Bug - label: Enhancement - label: Feature Request - label: Question - type: checkboxes id: os attributes: label: OS options: - label: All/Other - label: Linux - label: macOS - label: Windows - type: checkboxes id: vim attributes: label: Vim options: - label: Terminal Vim - label: GVim - label: Neovim