Update bug_report.yaml
This commit is contained in:
parent
e5c7d5c9c2
commit
b2c5d9c806
1 changed files with 3 additions and 5 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -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.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees:
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -35,11 +35,10 @@ body:
|
|||
- **OS**: Ubuntu 20.04
|
||||
- **App Version**: 1.0.0
|
||||
- **Commit ID**: c9d43be
|
||||
value: |
|
||||
value: |
|
||||
- OS:
|
||||
- App Version:
|
||||
- Commit ID:
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -47,7 +46,6 @@ body:
|
|||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information that you would like to add that could assist us with your issue.
|
||||
render: markdown
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
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)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue