-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Something isn't working | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
<!--Include steps to reproduce, what you expect to happen, and the actual result--> | ||
|
||
|
||
## Neovim setup | ||
|
||
- Neovim version: <!--[e.g. 0.9.4] (note that outline.nvim requires 0.7+)--> | ||
- Outline.nvim version: <!--[e.g. v1.0.0, or a commit hash]--> | ||
- Neovim distro (if applicable): <!--[e.g. LazyVim]--> | ||
- Plugin manager: <!--[e.g. Lazy.nvim]--> | ||
|
||
<!--Please include your relevant config for outline.nvim below, if any--> | ||
|
||
Config: | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
|
||
<!-- | ||
Please include whether you're interested in implementing this feature yourself. | ||
In many cases, a feature doesn't land solely because there isn't enough interest or motivation for someone to implement it. | ||
Thanks for proposing ways to improve outline.nvim! | ||
--> |