Minor update

This commit is contained in:
Andy K. Massimino
2020-08-10 23:19:03 -04:00
parent 13dab02119
commit 1969143226
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---
### Explain the issue
Most issues are related to bugs or problems. In these cases, you should
@@ -12,6 +18,7 @@ well as:
If your issue is instead a feature request or anything else, please
consider if minimal examples and vimrc files might still be relevant.
### Minimal working example
Please provide a minimal working example, e.g.,
@@ -46,4 +53,3 @@ syntax enable
" match-up options go here
```

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
---
**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

@@ -1,6 +1,7 @@
# Issue descriptions
Please see the [issue template](ISSUE_TEMPLATE.md) for how to write a good
Please see the [issue template](.github/ISSUE_TEMPLATE/bug_report.md)
for how to write a good
issue description. In short, it should contain the following:
1. Describe the issue in detail, include steps to reproduce the issue

View File

@@ -763,9 +763,9 @@ heavily influenced by vimtex. :beers:
### Reporting problems
This is a new plugin and there are likely to be some bugs.
Thorough issue reports are encouraged. Please read the [issue
template](ISSUE_TEMPLATE.md) first. Be as precise and detailed as
template](.github/ISSUE_TEMPLATE/bug_report.md) first. Be as precise and
detailed as
possible when submitting issues.
Feature requests are also welcome.
@@ -775,6 +775,5 @@ Feature requests are also welcome.
Please read the [contribution guidelines](CONTRIBUTING.md) before
contributing.
A major goal of this project is to keep a modern and modular code base.
Contributions are welcome!