mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 11:56:14 +03:00
* Create training.yaml * Update training.yaml * Create plain.yaml * Rename .github/plain.yaml to .github/ISSUE_TEMPLATE/plain.yaml * Update plain.yaml * Update plain.yaml * Update plain.yaml * Update bug_report.yml * Update config.yml * Create feature.yaml * Update feature.yaml * Update feature.yaml * Update feature.yaml * Update feature.yaml * Update bug_report.yml * Rename plain.yaml to _plain.yaml * Rename _plain.yaml to x_plain.yaml * Update bug_report.yml * Update feature.yaml * Update training.yaml * Update config.yml * Update training.yaml * Update x_plain.yaml
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
name: 🐞 Bug Report
|
|
description: Use this form if you think you found a bug
|
|
labels: bug
|
|
body:
|
|
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking your time to report a bug.
|
|
|
|
Before you proceed, please check:
|
|
- [ ] Do you use the [latest version](https://github.com/jomjol/AI-on-the-edge-device/releases)?
|
|
- [ ] Is there already another similar issue? Check for open and closed [Issue](https://github.com/jomjol/AI-on-the-edge-device/issues) and [Discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions).
|
|
- [ ] Are instructions in the [README](https://github.com/jomjol/AI-on-the-edge-device/tree/master#readme) solving your issue?
|
|
- [ ] Are instructions in the [Wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki) solving your issue?
|
|
|
|
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: The Problem
|
|
description: A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
- type: input
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Version
|
|
description: Which version are you using? (See menu `System > Info`).
|
|
|
|
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
|
|
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here.
|