Skip to content

Commit

Permalink
Update to old bug report template (matrixorigin#350)
Browse files Browse the repository at this point in the history
Signed-off-by: jinhai <[email protected]>
  • Loading branch information
JinHai-CN authored Aug 11, 2021
1 parent fbc540a commit 4074b5b
Showing 1 changed file with 26 additions and 65 deletions.
91 changes: 26 additions & 65 deletions .github/ISSUE_TEMPLATE/10_bug_report.yml
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:

0 comments on commit 4074b5b

Please sign in to comment.