Skip to content

Commit

Permalink
chore: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent authored Aug 14, 2024
1 parent faf013f commit 30ee94c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 30ee94c

Please sign in to comment.