mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
33 lines
831 B
YAML
33 lines
831 B
YAML
name: Feature request
|
|
description: Suggest an idea or enhancement
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for the suggestion. Please keep requests aligned with the project's scope (lightweight native macOS editor).
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem / use case
|
|
description: What problem are you trying to solve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: What would you like to see added or changed?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: What else did you try?
|
|
validations:
|
|
required: false
|