From dbd0a0f474440001e850b47cdf5d283a39db7ce2 Mon Sep 17 00:00:00 2001 From: johnnyhou327 <31071594+johnnyhou327@users.noreply.github.com> Date: Sat, 24 Aug 2019 15:00:49 +0800 Subject: [PATCH] Update issue templates --- .../performance-related-questions.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/performance-related-questions.md diff --git a/.github/ISSUE_TEMPLATE/performance-related-questions.md b/.github/ISSUE_TEMPLATE/performance-related-questions.md new file mode 100644 index 0000000000..ef32e9f5c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance-related-questions.md @@ -0,0 +1,33 @@ +--- +name: Performance-related Questions +about: Any questions related to TDengine's performance +title: '' +labels: '' +assignees: '' + +--- + +**Performance Issue** +Any questions related to TDengine's performance can be discussed here. + +**Problem Description** +A clear and concise description of what the problem is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Database parameters used: +```show databases``` +2. Verbs used: Insert/Import/Select? +3. Describe the total amount of data +4. Observed performance vs. expected performance + +**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. -- GitLab