mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-21 16:16:27 +00:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
name: Feature Request
|
|
description: Suggest new functionality or an enhancement
|
|
labels: ["feature"]
|
|
assignees: [kristoferssolo]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before submitting, check [existing issues](../../issues) to avoid duplicates.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem / Motivation
|
|
description: What problem does this solve? Why is it needed?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the feature and how it should work.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Any workarounds or other approaches you've considered.
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: lu-scope
|
|
attributes:
|
|
label: Scope
|
|
options:
|
|
- label: >
|
|
This is required or implied by University of Latvia thesis guidelines
|
|
|
|
- label: This is a general usability or quality-of-life improvement
|