Merge pull request #720 from gradio-app/Bug-Report-Update

Convert all areas of bug report to markdown
This commit is contained in:
Ömer Faruk Özdemir 2022-02-23 16:47:32 +03:00 committed by GitHub
commit 190383f55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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