DataPilot-AI-Agent / .github /ISSUE_TEMPLATE /feature_request.yml
dineshb's picture
Deploy DataPilot AI production Docker Space
9c1c0ef verified
Raw
History Blame Contribute Delete
531 Bytes
name: Feature request
description: Propose a product, ML, platform, or evaluation improvement
title: "[Feature]: "
labels: [enhancement]
body:
- type: textarea
id: problem
attributes: {label: Problem, description: Which user or engineering problem should this solve?}
validations: {required: true}
- type: textarea
id: proposal
attributes: {label: Proposed approach}
validations: {required: true}
- type: textarea
id: risks
attributes: {label: Privacy, security, and ML risks}