mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
name: Feature request
|
|
description: Propose an enhancement to smath
|
|
title: "feat: "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting an improvement.
|
|
Clear use cases help us evaluate feature requests quickly.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem statement
|
|
description: What problem are you trying to solve?
|
|
placeholder: Describe the limitation or pain point.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: Describe the API or behavior you want.
|
|
render: cpp
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: What other approaches did you consider?
|
|
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Impact and compatibility
|
|
description: Any concerns around performance, API compatibility, or migration?
|