From bbf87fed3cab10caaeccbd6a99d8b4923b3501bc Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Fri, 3 Apr 2020 12:41:30 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9a63f0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Suggestion** +Provide a clear and concise description of what the problem is, what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..1c8fcda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: Other +about: For any discussion that doesn't fit the templates +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..481d923 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Question +about: Ask a question about Lark or request help +title: '' +labels: question +assignees: '' + +--- + +**What is your question?** + +Try to be accurate and concise. + +**If you're having trouble with your code or grammar** + +Provide a small script that encapsulates your issue. + +Explain what you're trying to do, and what is obstructing your progress.