mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
18 lines
530 B
YAML
18 lines
530 B
YAML
name: '✨ Request a New Feature'
|
|
description: 'Use this template to propose a new feature'
|
|
title: '[FEATURE]: <a short description of my proposal>'
|
|
labels:
|
|
- 'enhancement'
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Explain what your proposed feature would do and why this is useful.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Info
|
|
description: Any additional info you'd like to provide. |