From da58e8eda1250b37cefc2d0ed43dcefdbece83c9 Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Tue, 9 May 2023 09:46:29 +0800 Subject: [PATCH] Update and rename bug_report.yml to bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.yml | 50 --------------------------- 2 files changed, 29 insertions(+), 50 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..0c8f062e7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: 🐞 Bug report +about: Create a report to help us improve +title: "[Bug]: " +labels: ["type: bug"] +--- + +**Describe the bug** +<!-- A clear and concise description of bug. --> + +** Environment** +<!-- Environment Details sometimes important --> +- OS Version and CPU Arch(`uname -a`): + +- OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): + + +**Fast Reproduce Steps(Required)** + +Steps to reproduce the behavior: + +**Expected behavior** +<!-- A clear and concise description of what you expected to happen. --> + +**Actual Behavior** +<!-- What is the result? picture is allowed --> + +**Additional context** +<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index a397b80470..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: 🐞 Bug Report -description: bug report for OceanBase -title: "[Bug]: <title>" -labels: ["type: bug"] -assignees: [] - -body: - - type: checkboxes - attributes: - label: Please check the issue list for the same bug - options: - - label: I have searched the existing issues. - required: true - - label: Please try full text in English and attach precise description. - required: true - - type: textarea - attributes: - label: Environment - description: | - Environment Details sometimes important - value: | - #### OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`): - - #### Hardware parameter(`uname -a`): - - validations: - required: false - - type: textarea - attributes: - label: Fast Reproduce Steps(Required) - validations: - required: true - - type: textarea - attributes: - label: Actual Behavior - description: What is the result? Pictures are allowed - validations: - required: true - - type: textarea - attributes: - label: Expected Behavior - description: What you expected. - validations: - required: false - - type: textarea - attributes: - label: Other information - description: Error Log or Core stack or Others - validations: - required: false