2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-19 12:00:39 +08:00

Update issue template ()

* Update bug_report_template.yml

* Update bug_report_template.yml

* Update .github/ISSUE_TEMPLATE/bug_report_template.yml

* address feedback
This commit is contained in:
Abubakar Abid 2023-06-20 07:01:47 -05:00 committed by GitHub
parent 68f7bd275c
commit 823922263a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,12 +5,12 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to fill out this bug report! Before you get started, please search to see if an issue already exists for the bug you encountered.
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
description: Please provide a concise description of what the bug is, in clear English. If you intend to submit a PR for this issue, tell us in the description.
placeholder: Bug description
validations:
required: true
@ -25,7 +25,7 @@ body:
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to a repo or REPL that can reproduce the problem you ran into. Or provide the Python code below that can be run to reproduce the issue.
description: Please provide a [minimal example](https://stackoverflow.com/help/minimal-reproducible-example), with code, that can be run to reproduce the issue. Do NOT provide screenshots of code, or link to external repos or applications.
placeholder: Reproduction
validations:
required: true
@ -33,7 +33,7 @@ body:
id: screenshot
attributes:
label: Screenshot
description: "If possible, please include screenshot(s) so that we can understand what the issue is."
description: "If relevant, please include screenshot(s) of your Gradio app so that we can understand what the issue is."
- type: textarea
id: logs
attributes:
@ -46,20 +46,22 @@ body:
id: system-info
attributes:
label: System Info
description: Please share your system info with us, you can get the Gradio version with `gradio.__version__`
description: Please ensure you are running a recent version of Gradio. You can get the Gradio version by running `pip show gradio`
render: shell
placeholder: Gradio version, Operating System, Browser
placeholder: 1. gradio (or gradio_client) version 2. operating system 3. (if relevant), the browser
validations:
required: true
- type: dropdown
- type: dropdown
id: severity
attributes:
label: Severity
description: Select the severity of this issue
options:
- annoying
- serious, but I can work around it
- blocking upgrade to latest gradio version
- blocking all usage of gradio
- I can work around it
- Blocking usage of gradio
validations:
required: true
required: true
- type: markdown
attributes:
value: |
📌 Please ensure that you have filled all of the sections above. Incomplete issues will be closed.