From 3210f7f4ca5b792e40d9109eb060db7cce37ecd3 Mon Sep 17 00:00:00 2001 From: johnnyhou327 <31071594+johnnyhou327@users.noreply.github.com> Date: Sat, 24 Aug 2019 15:01:11 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 31 +++++++++++++++++++ .../performance-related-questions.md | 18 ----------- 2 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/performance-related-questions.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..e39a1b9da7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,31 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Bug Description** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Type in '....' +3. See error + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. CentOS 7.0] + - Memory, CPU, current Disk Space + - TDengine Version [e.g. 1.6.1.7] + +**Additional Context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/performance-related-questions.md b/.github/ISSUE_TEMPLATE/performance-related-questions.md deleted file mode 100644 index f4afe6c930..0000000000 --- a/.github/ISSUE_TEMPLATE/performance-related-questions.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Performance-related questions -about: Any questions related to TDengine's performance -title: '' -labels: '' -assignees: '' - ---- - -**General Questions** -A general question should be related to TDengine's user's manual, user experience, milestones, business cooperations etc. -Before you ask a question, please: -1. Try searching for answers in the official documentation -2. Try searching in the existing issues on GitHub -3. Try searching on tech forums such as Stack Overflow, Quora, CSDN, v2ex etc. -4. Try using online searching engines such as Google, Bing, Baidu - -If all the ways above couldn't help, please clearly and concisely describe what the question is. -- GitLab