mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
Change Rainbow-parenthese plugin into Rainbow plugin.
This commit is contained in:
32
sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[Bug] "
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### **Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### **To Reproduce**
|
||||
Steps to reproduce the behavior, **Please provide a minimal piece of code to produce this issue**, along with it's filename and it's filetype detected by vim (via `:set ft?`), a piece of text is better than a picture here. For example:
|
||||
|
||||
File: `bug.js`, filetype=javascript
|
||||
```
|
||||
var pair = {x: 1, y: 2}
|
||||
```
|
||||
|
||||
Steps:
|
||||
1. Open file via `vim bug.js`
|
||||
2. See the color of `{` and `}` around text `{x: 1, y: 2}`
|
||||
|
||||
### **Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### **Screenshots**
|
||||
Provide a screenshot to describe what you got.
|
||||
|
||||
### **Additional context**
|
||||
**Are you using some third-party syntax plugins?** Add any other context about the problem here.
|
20
sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
sources_non_forked/rainbow/.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.
|
10
sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/not-issue.md
vendored
Normal file
10
sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/not-issue.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Not Issue
|
||||
about: Start a conversation which is not about bug report or feature request
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
This is not an Issue. You can type anything here except bug report and feature request.
|
Reference in New Issue
Block a user