From 30ee94c09f8fa1a6a298195842fbf9078f122876 Mon Sep 17 00:00:00 2001 From: "Jake W. Vincent" <45184202+jakewvincent@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:01:39 -0700 Subject: [PATCH] chore: Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7f6e9d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9d0c901 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.