mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-15 18:14:36 -04:00
21 lines
463 B
YAML
21 lines
463 B
YAML
name: Feature Request 🧪
|
|
description: Have a great idea? Find something is missing?
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
We'd love to hear your idea(s)!
|
|
- type: input
|
|
id: question
|
|
attributes:
|
|
label: "What would you like to see added?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
validations:
|
|
required: true
|