Update bug_report.yaml

This commit is contained in:
Core 2022-01-31 22:31:46 +00:00 committed by GitHub
parent e5c7d5c9c2
commit b2c5d9c806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Test Report
description: If you encounter an issue whilst using our app, please use this template to help improve the app. description: If you encounter an issue whilst using our app, please use this template to help improve the app.
title: "[Bug]: " title: "[Bug]: "
labels: ["bug", "triage"] labels: ["bug", "triage"]
assignees: assignees: []
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -35,11 +35,10 @@ body:
- **OS**: Ubuntu 20.04 - **OS**: Ubuntu 20.04
- **App Version**: 1.0.0 - **App Version**: 1.0.0
- **Commit ID**: c9d43be - **Commit ID**: c9d43be
value: | value: |
- OS: - OS:
- App Version: - App Version:
- Commit ID: - Commit ID:
render: markdown
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -47,7 +46,6 @@ body:
attributes: attributes:
label: Additional Information label: Additional Information
description: Any additional information that you would like to add that could assist us with your issue. description: Any additional information that you would like to add that could assist us with your issue.
render: markdown
- type: checkboxes - type: checkboxes
id: terms id: terms
attributes: attributes:
@ -55,4 +53,4 @@ body:
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md) 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: options:
- label: I agree to follow this project's Code of Conduct - label: I agree to follow this project's Code of Conduct
required: true required: true