From 3aa81350c1608265cc4760f5056ba7c94f19726c Mon Sep 17 00:00:00 2001 From: wangxin008 <42570642+WangXin008@users.noreply.github.com> Date: Fri, 27 May 2022 13:13:12 +0800 Subject: [PATCH] add issue template (#9) --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/general-question.md | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/general-question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..dd20eda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +--- +name: "\U0001F91D Bug Report" +about: As a User, I want to report a Bug. +labels: type/bug +--- + +## Bug Report + +Please answer these questions before submitting your issue. Thanks! + +### 1. Minimal reproduce step (Required) + + + +### 2. What did you expect to see? (Required) + +### 3. What did you see instead (Required) + +### 4. What is your timer version? (Required) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..dfd9987 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: "\U0001F44F Feature Request" +about: As a user, I want to request a New Feature on the product. +labels: type/feature-request +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe:** + + +**Describe the feature you'd like:** + + +**Describe alternatives you've considered:** + + +**Teachability, Documentation, Adoption, Migration Strategy:** + diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md new file mode 100644 index 0000000..714c8f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -0,0 +1,19 @@ +--- +name: "\U0001F600 Ask a Question" +about: I want to ask a question. +labels: type/question +--- + +## General Question + + \ No newline at end of file