mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
docs(issue_template): improve template formats
This commit is contained in:
parent
06d97a1b44
commit
45965153fe
2 changed files with 31 additions and 18 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,18 +1,26 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Report a bug to help us improve
|
||||||
title: ''
|
title: '[BUG] <BUG>'
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Plugin affected**: What plugin does this bug relate to (if applicable)
|
| Field | Description |
|
||||||
**Nixpkgs channel**: Either unstable or your nixos version
|
|--------------|-------------|
|
||||||
**Home-manager version**: (if applicable)
|
| Plugin | `<PLUGIN>` | <!-- [REQUIRED] affected NixVim plugin(s) -->
|
||||||
|
| Nixpkgs | `<VERSION>` | <!-- [REQUIRED] `unstable` or specific version -->
|
||||||
|
| Home Manager | `<VERSION>` | <!-- [OPTIONAL] `unstable` or specific version -->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
Please describe the bug detail
|
|
||||||
|
|
||||||
## Config
|
<!-- See https://stackoverflow.com/questions/29416909 -->
|
||||||
Your nixvim config
|
|
||||||
|
## Minimal, Reproducible Example (MRE)
|
||||||
|
|
||||||
|
<!-- See https://stackoverflow.com/help/minimal-reproducible-example -->
|
||||||
|
|
||||||
|
```nix
|
||||||
|
programs.nixvim = {
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,15 +1,20 @@
|
||||||
---
|
---
|
||||||
name: Plugin request
|
name: Plugin Request
|
||||||
about: Request support for a new plugin
|
about: Request support for a new plugin
|
||||||
title: ''
|
title: '[PLUGIN REQUEST] <PLUGIN>'
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Plugin**: What's the name of the plugin
|
| Field | Description |
|
||||||
**Plugin repository**: URL to the repository of the plugin
|
|----------|-------------|
|
||||||
**Is the plugin on nixpkgs**: Is this plugin available on nixpkgs?
|
| Plugin | `<PLUGIN>` | <!-- Plugin NixVim should support -->
|
||||||
|
| Homepage | `<URL>` | <!-- URL to the plugin repository -->
|
||||||
|
| Nixpkgs | `<PACKAGE>` | <!-- Nixpkgs URL or `false` -->
|
||||||
|
|
||||||
## Extra information
|
## Extra Information
|
||||||
Please provide extra information about the plugin, and any ideas you might have regarding nixvim-specific options.
|
|
||||||
|
<!--
|
||||||
|
Provide extra information about the plugin, and any ideas regarding
|
||||||
|
NixVim-specific options.
|
||||||
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue