1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00

Add issue template (#4360)

This commit is contained in:
Wang Shidong 2021-08-06 23:38:40 +08:00 committed by GitHub
parent b834a49492
commit 4740d02199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- bug reporting without issue template will be closed automatically -->
## Expected behavior, english is required
## The reproduce ways from Vim starting (Required!)
## Debug info
Please press <kbd>SPC h I</kbd>, debug info will be put into clipboard, then paste all content below.
## Screenshots
If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal.
<!-- please remove the issue template when request for a feature -->

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
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.

View File

@ -0,0 +1,23 @@
---
name: New Programming Language support
about: Request for new programming language support
title: ''
labels: new layer
assignees: ''
---
**What is language?**
**Which platform does the language support?**
- [ ] Linux
- [ ] MacOS
- [ ] Windows
**Any suggest vim plugins for this language?**
**Additional context**
Add any other context or screenshots about the feature request here.