luminate-old/.forgejo/issue_template/feature.yml
Brendan Szymanski f374dc663d Add contributor templates and update README
Reviewed-on: echo/Luminate#2
Co-authored-by: Brendan Szymanski <hello@bscubed.dev>
Co-committed-by: Brendan Szymanski <hello@bscubed.dev>
2026-06-21 20:01:52 +00:00

37 lines
1.1 KiB
YAML

name: Feature Request
about: Propose a new feature or improvement
title: ''
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature! Please fill out the details below.
- type: textarea
id: motivation
attributes:
label: Motivation
description: What use case does this address? Why is this important?
placeholder: As a <user type>, I want to <do something> so that <benefit>.
validations:
required: true
- type: textarea
id: proposed
attributes:
label: Proposed behavior
description: Describe how you envision this working.
validations:
required: true
- type: textarea
id: design
attributes:
label: Design / implementation notes
description: Any thoughts on API, UI, or technical approach (optional).
- type: checkboxes
id: contributing
attributes:
label: Contribution
description: Would you be willing to help implement this?
options:
- label: I'd be interested in working on this