mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
I don't know how to ignore autoformatting *.h.in files, so change into autoformat files manually.
This commit is contained in:
33
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
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.
|
19
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
### Request description
|
||||
A clear and concise description of what the feature request is.
|
||||
|
||||
### Desired behavior
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
### Alternatives solutions
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
### Additional context
|
||||
Add any other context or screenshots about the feature request here.
|
7
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
7
sources_non_forked/vim-cmake/.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Other
|
||||
about: General feedback or question
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
Reference in New Issue
Block a user