home-for-ai / .env /.github /ISSUE_TEMPLATE /bug_report.yml
bclermo's picture
Upload folder using huggingface_hub
f46d32a verified
Raw
History Blame Contribute Delete
994 Bytes
name: Bug report
description: Report a reproducible bug
labels: [bug, triage]
body:
- type: markdown
attributes:
value: |
Thanks for helping improve the project. Please include enough detail for a maintainer to reproduce the issue.
- type: input
id: summary
attributes:
label: Summary
placeholder: Short description of the bug
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
placeholder: 1. ...
2. ...
3. ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behavior
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: OS, runtime versions, branch/commit, install method
validations:
required: false