mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
24 lines
733 B
YAML
24 lines
733 B
YAML
name: ✨ Feature Request
|
|
|
|
description: Suggest an feature or idea that you would like to see in Reactive Resume
|
|
|
|
title: "[Feature] <title>"
|
|
labels: [enhancement, v4, needs triage]
|
|
assignees: "AmruthPillai"
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this feature?
|
|
description: Please search to see if an issue already exists for the feature you requested.
|
|
options:
|
|
- label: Yes, I have searched the existing issues and it doesn't exist.
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Feature Description
|
|
description: A concise description of what feature you would like to see in Reactive Resume.
|
|
validations:
|
|
required: true
|