Add logs section to the bug template (#6798)

related #6775

Remind users to attach the logs when filing a bug report. Logs will help with the investigation.
This commit is contained in:
Dmitry Bushev 2023-05-22 16:35:06 +01:00 committed by GitHub
parent 9a4b7d1976
commit b353b35f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,10 +62,10 @@ body:
label: "How we can reproduce it?"
description: "Bug reports with clear reproduction will get prioritized higher and addressed more quickly."
placeholder: |
Steps to reproduce:
1. Click on ...
2. Scroll down to ...
3. See error ...
Steps to reproduce:
1. Click on ...
2. Scroll down to ...
3. See error ...
validations:
required: false
@ -77,6 +77,14 @@ body:
validations:
required: false
- type: textarea
id: "logs"
attributes:
label: "Logs"
description: "Attach a log file to help identify the issue. You can find the logs in the `ENSO_DATA_DIRECTORY`, which location is described in the [distribution.md](https://github.com/enso-org/enso/blob/develop/docs/distribution/distribution.md)."
validations:
required: false
- type: input
id: "enso-version"
attributes: