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:
parent
b834a49492
commit
4740d02199
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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 -->
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
23
.github/ISSUE_TEMPLATE/new-programming-language-support.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/new-programming-language-support.md
vendored
Normal 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.
|
Loading…
Reference in New Issue
Block a user