1
0
mirror of https://github.com/slendidev/smath.git synced 2026-03-17 02:26:50 +02:00

docs: add issue templates, contributing file

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-15 17:21:34 +02:00
parent e063b10af5
commit dedab14b28
4 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
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?