mirror of
https://github.com/thedaviddias/mcp-llms-txt-explorer.git
synced 2025-10-19 03:17:32 +03:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for this project
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to suggest a new feature!
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem Statement
|
|
description: What problem are you trying to solve?
|
|
placeholder: I'm always frustrated when...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: What solution would you like to see?
|
|
placeholder: It would be great if...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: scope
|
|
attributes:
|
|
label: Scope
|
|
description: Which part of the project does this affect?
|
|
options:
|
|
- Frontend
|
|
- Backend
|
|
- Infrastructure
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: What alternative solutions have you considered?
|
|
placeholder: I also thought about...
|