-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
1 parent
faf013f
commit 30ee94c
Showing
2 changed files
with
52 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,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help fix something unexpected | ||
title: 'Bug: [DESCRIPTION]' | ||
labels: bug | ||
assignees: jakewvincent | ||
|
||
--- | ||
|
||
**Bug description** | ||
A clear and concise _description_ of what the bug is (not a screenshot). | ||
|
||
**Reproduction steps** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Error output and/or screenshots** | ||
Wherever possible, please provide text rather than screenshots. Add screenshots to help explain your problem if pasting text is not sufficient. | ||
|
||
**Context** | ||
(Please complete the following information): | ||
- OS: [e.g. Fedora Linux] | ||
- Neovim version [e.g. 0.10.0] | ||
- Package manager [e.g. Lazy] | ||
|
||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for Mkdnflow | ||
title: 'Feature: [DESCRIPTION]' | ||
labels: enhancement | ||
assignees: jakewvincent | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem (not a bug)? Please describe.** | ||
A clear and concise description of what the problem is. [e.g. _I'm always frustrated when [...]_] | ||
|
||
**The solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Alternative solutions 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. |