name: Feature Request
description: Have an idea? We'd love to hear it!
title: "[Feature]: "
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        Got a feature idea? Tell us about it! We love hearing what would make recipe-mcp more useful.

  - type: textarea
    id: description
    attributes:
      label: What would you like to see?
      description: Describe the feature you'd like
      placeholder: "It would be great if I could..."
    validations:
      required: true

  - type: textarea
    id: use-case
    attributes:
      label: What problem does this solve?
      description: Help us understand why this matters to you
      placeholder: "I often need to... but currently I have to..."
    validations:
      required: true

  - type: dropdown
    id: category
    attributes:
      label: Category
      options:
        - New recipe source
        - Dietary / allergy support
        - Meal planning
        - Grocery lists
        - Recipe scaling / conversion
        - Cooking timer / steps
        - New MCP tool
        - CLI improvement
        - Documentation
        - Other
    validations:
      required: true

  - type: dropdown
    id: priority
    attributes:
      label: How important is this to you?
      options:
        - Nice to have
        - Would use frequently
        - Critical for my workflow
    validations:
      required: true
