Skip to content

Commit aee3b53

Browse files
authored
Update bug_report_template.yml
1 parent 7dbc071 commit aee3b53

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "\U0001F41E Bug report"
2-
description: Report a bug on Gradio
1+
name: "Bug report"
2+
description: Report a bug
33
labels: [ "bug" ]
44
body:
55
- type: markdown
@@ -10,7 +10,7 @@ body:
1010
id: bug-description
1111
attributes:
1212
label: Describe the bug
13-
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!
13+
description: A clear and concise description of what the bug is.
1414
placeholder: Bug description
1515
validations:
1616
required: true
@@ -25,7 +25,7 @@ body:
2525
id: reproduction
2626
attributes:
2727
label: Reproduction
28-
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.
28+
description: Please provide the steps necessary to reproduce your issue, including the command-line flags that were used (like `--chat`, `--gpu-memory`, etc).
2929
placeholder: Reproduction
3030
validations:
3131
required: true
@@ -38,28 +38,16 @@ body:
3838
id: logs
3939
attributes:
4040
label: Logs
41-
description: "Please include the full stacktrace of the errors you get from Python or Javascript. 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)`"
41+
description: "Please include the full stacktrace of the errors you get in the command-line (if any)."
4242
render: shell
4343
validations:
4444
required: true
4545
- type: textarea
4646
id: system-info
4747
attributes:
4848
label: System Info
49-
description: Please share your system info with us, you can get the Gradio version with `gradio.__version__`
49+
description: Please share your system info with us: operating system and GPU brand/model.
5050
render: shell
51-
placeholder: Gradio version, Operating System, Browser
52-
validations:
53-
required: true
54-
- type: dropdown
55-
id: severity
56-
attributes:
57-
label: Severity
58-
description: Select the severity of this issue
59-
options:
60-
- annoying
61-
- serious, but I can work around it
62-
- blocking upgrade to latest gradio version
63-
- blocking all usage of gradio
51+
placeholder:
6452
validations:
6553
required: true

0 commit comments

Comments
 (0)