forked from matrixorigin/matrixone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to old bug report template (matrixorigin#350)
Signed-off-by: jinhai <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,34 @@ | ||
name: Bug Report | ||
description: Create a bug report to help us improve the product | ||
title: "[Bug]: " | ||
labels: [kind/bug, needs-triage] | ||
# assignees: | ||
# - 'assignees-id' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
--- | ||
name: "Bug report" | ||
about: Create a bug report to help us improve the product | ||
labels: kind/bug, needs-triage | ||
|
||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
--- | ||
|
||
- type: checkboxes | ||
id: reproduced | ||
attributes: | ||
label: Can this bug be reproduced | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
options: | ||
- label: reproducible | ||
- label: intermittent | ||
validations: | ||
required: false | ||
<!-- Please describe your issue in English. --> | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Step to produce the bug | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
#### Can be reproduced ? | ||
|
||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version / commit-id of our software are you running? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: Hardware and OS parameters? | ||
validations: | ||
required: true | ||
#### Steps: | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
|
||
- type: textarea | ||
id: additionalcontext | ||
attributes: | ||
label: Additional context | ||
description: Please paste any information to help understand the issue. | ||
validations: | ||
required: false | ||
#### Expected behavior: | ||
|
||
|
||
#### Actual behavior: | ||
|
||
|
||
#### Environment: | ||
- Version or commit-id (e.g. v0.1.0 or 8b23a93): | ||
- Hardware parameters: | ||
- OS type: | ||
- Others: | ||
|
||
#### Configuration file: | ||
|
||
|
||
#### Additional context: | ||
- Error message from client: | ||
- Server log: | ||
- Other information: |