nix-community.nixvim/.github/ISSUE_TEMPLATE/bug_report.md

29 lines
778 B
Markdown

---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] <BUG>'
labels: bug
assignees: ''
---
| Field | Description |
|--------------|-------------|
| Plugin | `<PLUGIN>` | <!-- [REQUIRED] affected NixVim plugin(s) -->
| Nixpkgs | `<VERSION>` | <!-- [REQUIRED] `unstable` or specific version -->
| Home Manager | `<VERSION>` | <!-- [OPTIONAL] `unstable` or specific version -->
<!-- IMPORTANT -->
- [ ] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed there.
## Description
<!-- See https://stackoverflow.com/questions/29416909 -->
## Minimal, Reproducible Example (MRE)
<!-- See https://stackoverflow.com/help/minimal-reproducible-example -->
```nix
programs.nixvim = {
}
```