mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 22:14:54 +10:00
99c602e3c7
* Migrate from Biome to Oxlint/Oxfmt * pin version of autofix * set version of autofix * pin version of autofix * [autofix.ci] apply automated fixes * better comments, test formatter * [autofix.ci] apply automated fixes * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
24 lines
824 B
YAML
24 lines
824 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, v5, 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 detailed description of the feature you would like to see in Reactive Resume. Please provide as much detail as possible as it will help me implement the feature faster.
|
|
validations:
|
|
required: true
|