mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 06:10:43 +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
24 lines
975 B
YAML
24 lines
975 B
YAML
name: 💡 Feature Request
|
|
description: Use this form if you have an idea or wish for a new feature
|
|
labels: feature
|
|
body:
|
|
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking your time to document your idea.
|
|
|
|
Before you proceed, please check:
|
|
- [ ] Is there already another similar issue open or closed? 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).
|
|
- [ ] Is there already another similar [discussion](https://github.com/jomjol/AI-on-the-edge-device/discussions) ongoing?
|
|
|
|
Please be aware that we might decline your request if we have a reason for it!
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: The Feature
|
|
description: A clear and concise description of what the new feature should do. If possible, refer to other projects or add a mockup.
|