mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 06:08:36 +01:00
19 lines
623 B
YAML
19 lines
623 B
YAML
name: "✨ Feature Suggestion"
|
||
description: Is there a feature you'd like to see on Roadmap.sh? Let us know!
|
||
labels: [feature request]
|
||
assignees: []
|
||
body:
|
||
- type: input
|
||
id: feature-title
|
||
attributes:
|
||
label: Feature Title
|
||
description: Please provide a short title for the feature you are suggesting.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: feature-description
|
||
attributes:
|
||
label: Feature Description
|
||
description: Please provide a detailed description of the feature you are suggesting and how it would help you/others.
|
||
validations:
|
||
required: true |