mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Merge pull request #720 from gradio-app/Bug-Report-Update
Convert all areas of bug report to markdown
This commit is contained in:
commit
190383f55b
10
.github/ISSUE_TEMPLATE/bug_report_template.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report_template.yml
vendored
@ -6,7 +6,7 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
@ -14,7 +14,7 @@ body:
|
||||
placeholder: Bug description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Reproduction
|
||||
@ -22,19 +22,19 @@ body:
|
||||
placeholder: Reproduction
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: screenshot
|
||||
attributes:
|
||||
label: Screenshot
|
||||
description: "If possible, please include screenshot(s) so that we can understand what the issue is."
|
||||
render: shell
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
description: "Please include the Python or Javascript logs if you can. If you are running in a colab notebooks, you can get the logs with by setting `debug=True`, i.e: `gradio.Interface.launch(debug=True)`"
|
||||
render: shell
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: system-info
|
||||
attributes:
|
||||
label: System Info
|
||||
|
Loading…
Reference in New Issue
Block a user