1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00
ultimate-vim/sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
918 B
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
### Bug description
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
### Expected behavior
A clear and concise description of what you expected to happen.
### Behavior with minimal `.vimrc`
A clear and concise description of what happens whe trying to reproduce the bug with a minimal `.vimrc`. Ideally, a minimal `.vimrc` only contains configuration for this plugin, and nothing else. If the minimal `.vimrc` used is more complicated, please post the content here.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Other info
- OS:
- Vim/Neovim version:
- Vim-CMake version (5th line in `:help cmake`):
- CMake version (`cmake --version`):
### Additional context
Add any other context about the problem here.