From 46d2fe54df7d0f511c0a7370e2143f08a72a734d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=A4nisch?= Date: Thu, 27 Jun 2019 14:38:00 +0200 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 35 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..6c04f27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e2de4f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.