orchard/.github/ISSUE_TEMPLATE/bug_report.yaml
2022-01-31 22:31:46 +00:00

56 lines
1.8 KiB
YAML

name: Test Report
description: If you encounter an issue whilst using our app, please use this template to help improve the app.
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the Bug
description: A clear and concise description of the bug you encountered. Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: replication
attributes:
label: Steps to Reproduce
description: How did you produce this bug, tell us how you did it so we can do it ourselves.
placeholder: Tell us how you did it
value: "1. Clicked on..."
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment Information
description: |
examples:
- **OS**: Ubuntu 20.04
- **App Version**: 1.0.0
- **Commit ID**: c9d43be
value: |
- OS:
- App Version:
- Commit ID:
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
description: Any additional information that you would like to add that could assist us with your issue.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true