Skip to content

Commit

Permalink
docs(issue_template): improve template formats
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO authored and GaetanLepage committed Jan 22, 2024
1 parent 06d97a1 commit 4596515
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
28 changes: 18 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] <BUG>'
labels: bug
assignees: ''

---

**Plugin affected**: What plugin does this bug relate to (if applicable)
**Nixpkgs channel**: Either unstable or your nixos version
**Home-manager version**: (if applicable)
| Field | Description |
|--------------|-------------|
| Plugin | `<PLUGIN>` | <!-- [REQUIRED] affected NixVim plugin(s) -->
| Nixpkgs | `<VERSION>` | <!-- [REQUIRED] `unstable` or specific version -->
| Home Manager | `<VERSION>` | <!-- [OPTIONAL] `unstable` or specific version -->

## Description
Please describe the bug detail

## Config
Your nixvim config
<!-- See https://stackoverflow.com/questions/29416909 -->

## Minimal, Reproducible Example (MRE)

<!-- See https://stackoverflow.com/help/minimal-reproducible-example -->

```nix
programs.nixvim = {
}
```
21 changes: 13 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
---
name: Plugin request
name: Plugin Request
about: Request support for a new plugin
title: ''
title: '[PLUGIN REQUEST] <PLUGIN>'
labels: enhancement
assignees: ''

---

**Plugin**: What's the name of the plugin
**Plugin repository**: URL to the repository of the plugin
**Is the plugin on nixpkgs**: Is this plugin available on nixpkgs?
| Field | Description |
|----------|-------------|
| 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.
-->

0 comments on commit 4596515

Please sign in to comment.