Update and rename bug-report.yml to bug_report.yml
This commit is contained in:
@ -1,15 +1,15 @@
|
|||||||
name: Bug report
|
name: 🐞 Bug Report
|
||||||
description: bug report for OceanBase
|
description: bug report for OceanBase
|
||||||
title: "[Bug]: "
|
title: "[Bug]: <title>"
|
||||||
labels: [bug]
|
labels: ["type: bug"]
|
||||||
assignees:
|
assignees: []
|
||||||
- caifeizhi
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Please check the issue list for the same bug
|
label: Please check the issue list for the same bug
|
||||||
options:
|
options:
|
||||||
- label: Please checked issue list and confirm this bug is encountered for the first time.
|
- label: I have searched the existing issues.
|
||||||
required: true
|
required: true
|
||||||
- label: Please try full text in English and attach precise description.
|
- label: Please try full text in English and attach precise description.
|
||||||
required: true
|
required: true
|
||||||
@ -19,10 +19,10 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
Environment Details sometimes important
|
Environment Details sometimes important
|
||||||
value: |
|
value: |
|
||||||
- OB Version&commit_id or other module version&commit_id (e.g. observer V3.1.2 8b23a93):
|
#### OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):
|
||||||
- Hardware parameter:OS type & Compliler & CPU etc.
|
|
||||||
- Others
|
#### Hardware parameter(`uname -a`):
|
||||||
render: markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -33,18 +33,18 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual Behavior
|
label: Actual Behavior
|
||||||
description: What is the result? picture is allowed
|
description: What is the result? Pictures are allowed
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
description: what you expected.
|
description: What you expected.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: other information
|
label: Other information
|
||||||
description: Error Log or Core stack or Others
|
description: Error Log or Core stack or Others
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
Reference in New Issue
Block a user