From fb786d8db77ee003eb3eef61ad7f39a151306e73 Mon Sep 17 00:00:00 2001 From: dailidong Date: Fri, 1 Nov 2019 09:28:48 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8cd481d442..f9acdb30be 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature]" -labels: new feature +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..59c8ce7716 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,23 @@ +--- +name: question +about: have a question wanted to be help +title: "[QUESTION] question title" +labels: question +assignees: '' + +--- + +*For better global communication, please give priority to using English description, thx! * + +**Describe the question** +A clear and concise description of what the question is. + + +**Which version of DolphinScheduler:** + -[1.1.0-preview] + +**Additional context** +Add any other context about the problem here. + +**Requirement or improvement +- Please describe about your requirements or improvement suggestions.