-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
deepkyu
committed
Sep 11, 2023
1 parent
6274823
commit ba131c1
Showing
2 changed files
with
59 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# This issue template is modified from https://github.com/gradio-app/gradio/blob/main/.github/ISSUE_TEMPLATE/bug_report_template.yml | ||
name: "\U0001F41E Bug report" | ||
description: Create a report to help us improve | ||
title: "[BUG] Please write your own title" | ||
labels: ["bug"] | ||
assignees: | ||
- deepkyu | ||
- illian01 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Before you get started, please search if an issue already exists for the bug you encountered | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the bug | ||
description: Please provide a concise description. | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Have you searched existing issues? 🔎 | ||
description: Please search to see if an issue already exists for the issue you encountered. | ||
options: | ||
- label: I have searched and found no existing issues | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Reproduction | ||
description: Please provide a minimal example, with code, that can be run to reproduce the issue. Do NOT provide screenshots of code, or link to external repos or applications. Use ``` to format code blocks. | ||
placeholder: Reproduction | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: Screenshot | ||
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: | ||
label: Logs | ||
description: Please include the full stacktrace of the errors you get from the code. | ||
render: shell | ||
- type: textarea | ||
id: system-info | ||
attributes: | ||
label: System Info | ||
description: Please ensure that you use the latest version of this package. If you use the customized version of this package, you may fill out the system information in more details. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
📌 Please ensure that you have filled all of the required sections above, and that the reproduction you have provided is [minimal, complete, and reproducible](https://stackoverflow.com/help/minimal-reproducible-example). Incomplete issues will be closed. |