Update and rename bug-report.md to bug-report.yml
This commit is contained in:
parent
8244e32ee6
commit
7018bbb722
35
.github/ISSUE_TEMPLATE/bug-report.md
vendored
35
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,35 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Help us to improve this project
|
||||
|
||||
---
|
||||
**Please check the FAQ documentation before raising an issue**
|
||||
|
||||
Please check the old issues before raising an issue in case someone has asked the same question that you are asking.
|
||||
|
||||
**Describe the bug (__must be provided__)**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Your Environments (__must be provided__)**
|
||||
|
||||
* OS: `uname -a`
|
||||
* Compliler: `g++ --version` or `clang++ --version`
|
||||
* CPU: `lscpu`
|
||||
* Commit id (e.g. `a3ffc7d8`)
|
||||
|
||||
**How To Reproduce(__must be provided__)**
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. Step 1
|
||||
2. Step 2
|
||||
3. Step 3
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Provide logs and configs, or any other context to trace the problem.
|
55
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
55
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
name: Bug report
|
||||
description: bug report for OceanBase
|
||||
title: "[Bug]: "
|
||||
labels: [bug]
|
||||
assignees:
|
||||
- caifeizhi
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Please check the issue list first for the same bug
|
||||
options:
|
||||
- label: I have checked and this bug is encountered for the first time.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
Environment Details sometimes important
|
||||
value: |
|
||||
- OB Version&commit_id or other module version&commit_id (e.g. observer V3.1.2 8b23a93):
|
||||
- Hardware parameter:OS type & Compliler & CPU etc.
|
||||
- Others
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Fast Reproduce Steps(Required)
|
||||
description: Steps to reproduce what you encountered.
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Actual Behavior
|
||||
description: picture is allowed
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: Describe what you expected.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: other information
|
||||
description: |
|
||||
Environment Details sometimes important
|
||||
value: |
|
||||
- Error Log or Core stack
|
||||
- Others
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
Loading…
x
Reference in New Issue
Block a user