Browse Source

chore(github): update issue templates

master
jamaljsr 5 years ago
parent
commit
5267f248fd
  1. 6
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 17
      .github/ISSUE_TEMPLATE/feature-request.md
  3. 1
      .prettierignore

6
.github/ISSUE_TEMPLATE/bug_report.md → .github/ISSUE_TEMPLATE/bug-report.md

@ -1,8 +1,8 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
title: 'Bug: '
labels: bug
assignees: ''
---

17
.github/ISSUE_TEMPLATE/feature-request.md

@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest an idea for this project
title: 'Feature Request: '
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.

1
.prettierignore

@ -0,0 +1 @@
.github
Loading…
Cancel
Save