mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-05 06:00:31 -04:00
Create bug_report.yml
Creating a bug template for incoming issues
This commit is contained in:
parent
71e5e9da42
commit
0d255cff96
1 changed files with 22 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Bug report
|
||||
description: Use this template to report bugs
|
||||
labels: ["type:bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: >
|
||||
Description of the bug:
|
||||
- type: textarea
|
||||
id: behavior
|
||||
attributes:
|
||||
label: >
|
||||
Actual vs expected behavior:
|
||||
- type: textarea
|
||||
id: info
|
||||
attributes:
|
||||
label: >
|
||||
Any other information you'd like to share?
|
Loading…
Add table
Add a link
Reference in a new issue