Merge pull request #4 from kdheepak/kd/issue-templates

Update issue templates
This commit is contained in:
Dheepak Krishnamurthy
2020-04-12 12:42:34 -06:00
committed by GitHub
2 changed files with 54 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Description**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
Here are the steps to reproduce the behavior using [MINRC](../../blob/master/tests/MINRC):
<!--
1. ...
2. ...
3. ...
-->
**Expected behavior**
What is expected to happen:
**Screenshots**
<!-- if applicable -->
**Desktop (please complete the following information):**
- nvim --version:

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->