Update bug_report.yml

Fewer mandatory fields

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-08-12 16:13:36 +02:00 committed by GitHub
parent b091f00b45
commit 5c9f49da82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,14 @@ name: Bug report
description: Create a report to help us improve description: Create a report to help us improve
labels: [ "bug", "0. Needs triage" ] labels: [ "bug", "0. Needs triage" ]
body: body:
- type: checkboxes - type: markdown
id: before-posting
attributes: attributes:
label: "⚠️ Before posting ⚠️" value: |
description: All conditions are **required**. Your issue can be closed if these are checked incorrectly. Thank you for contributing! Before reporting, please ensure the following:
options:
- label: This is a **bug**, not a question or an enhancement. * You've [searched for similar issues](https://github.com/nextcloud/talk-android/issues) and didn't find a duplicate.
required: true * You've written a clear and descriptive title for this issue, something like "Crash when trying to send a file on group chat"
- label: I've [searched for similar issues](https://github.com/nextcloud/talk-android/issues) and didn't find a duplicate. * You agree to Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/)
required: true
- label: I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
required: true
- label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
required: true
- type: textarea - type: textarea
id: repro-steps id: repro-steps
attributes: attributes:
@ -70,16 +64,17 @@ body:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: "## Server information" value: |
## Server information
If you're unsure about any of these fields, just leave them empty.
- type: input - type: input
id: server-version id: server-version
attributes: attributes:
label: Nextcloud server version label: Nextcloud server version
description: | description: |
See admin overview page: `/index.php/settings/admin/overview` See `About` in the profile picture menu.
placeholder: "23.0.0" placeholder: "23.0.0"
validations:
required: true
- type: input - type: input
id: spreed-version id: spreed-version
attributes: attributes:
@ -87,8 +82,6 @@ body:
description: | description: |
See apps admin page: `/index.php/settings/apps` See apps admin page: `/index.php/settings/apps`
placeholder: "14.0.0" placeholder: "14.0.0"
validations:
required: true
- type: dropdown - type: dropdown
id: signaling-server id: signaling-server
attributes: attributes:
@ -96,11 +89,8 @@ body:
description: | description: |
See Talk admin settings: `/index.php/index.php/settings/admin/talk#signaling_server` See Talk admin settings: `/index.php/index.php/settings/admin/talk#signaling_server`
options: options:
- "I don't know"
- "Yes (specify version in Additional Information)" - "Yes (specify version in Additional Information)"
- "No" - "No"
validations:
required: true
- type: dropdown - type: dropdown
id: turn-server id: turn-server
attributes: attributes:
@ -108,11 +98,8 @@ body:
description: | description: |
See Talk admin settings: `/index.php/settings/admin/talk#turn_server` See Talk admin settings: `/index.php/settings/admin/talk#turn_server`
options: options:
- "I don't know"
- "Yes" - "Yes"
- "No" - "No"
validations:
required: true
- type: dropdown - type: dropdown
id: stun-server id: stun-server
attributes: attributes:
@ -120,11 +107,8 @@ body:
description: | description: |
See Talk admin settings: `/index.php/settings/admin/talk#stun_server` See Talk admin settings: `/index.php/settings/admin/talk#stun_server`
options: options:
- "I don't know"
- "Yes" - "Yes"
- "No" - "No"
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
value: "## Logs" value: "## Logs"