From 5e3054ac22051be11fb203175ce3c4a1cce8ef99 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Thu, 17 Dec 2020 20:39:57 +0800 Subject: [PATCH] chore: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 43 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++ 2 files changed, 61 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 0000000000..56f4574c3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug report]" +labels: '' +assignees: '' + +--- + + + + + + + +## Bug report + +### Description + + + +### Steps to reproduce + + + +- Reproduction link / repo: + +### Expected behavior + + + +### Screenshots + + + +### Environment info + +- Browser: +- Output of `vuepress info`: + +```sh +# Paste output of `vuepress info` here +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..f029c6a2a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature request]" +labels: '' +assignees: '' + +--- + +## Feature request + +### Description + + + +### Proposed Solution + +