Update and rename bug_report.yml to bug_report.md

This commit is contained in:
wangyunlai
2023-05-09 09:46:29 +08:00
committed by GitHub
parent 3e487b56a0
commit da58e8eda1
2 changed files with 29 additions and 50 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: 🐞 Bug report
about: Create a report to help us improve
title: "[Bug]: <title>"
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. -->

View File

@ -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