name: ✨ Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for suggesting a feature! Please describe your idea below.

  - type: textarea
    id: problem
    attributes:
      label: Problem / Motivation
      description: What problem does this solve? Why do you need it?
      placeholder: "I often need to ... but currently there's no way to ..."
    validations:
      required: true

  - type: textarea
    id: solution
    attributes:
      label: Proposed Solution
      description: How would you like this to work?
      placeholder: "It would be great if `openclaw memory-pro` could ..."
    validations:
      required: true

  - type: textarea
    id: alternatives
    attributes:
      label: Alternatives Considered
      description: Any workarounds or alternative approaches you've tried?

  - type: dropdown
    id: scope
    attributes:
      label: Area
      description: Which part of the plugin does this affect?
      options:
        - Retrieval / Search
        - Storage / Database
        - Embedding
        - CLI Commands
        - Configuration
        - Auto-capture / Auto-recall
        - Scopes / Access Control
        - Migration
        - Documentation
        - Other
    validations:
      required: false

  - type: textarea
    id: context
    attributes:
      label: Additional Context
      description: Screenshots, examples, or links that help explain the feature
