Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch authored Jun 27, 2019
1 parent 259b3ec commit 46d2fe5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug report
about: If it's a question not a bug, just open a regular issue.
title: 'bug: '
labels: bug
assignees: ''

---

**Context:**

- version (`md-to-pdf -v`):
- platform (Unix, macOS, Windows):
- node version:

**Describe the bug:**

A clear and concise description of what the bug is. Feel free to include screenshots.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project.
title: 'feature: '
labels: feature
assignees: ''

---

**Problem:**

A clear and concise description of what the problem is.


**Solution:**

A clear and concise description of what you want to happen.

0 comments on commit 46d2fe5

Please sign in to comment.