534bb94eea
Test Migrations / Migrations (SQLite) (push) Has been cancelled
Build Dev Image / build-dev-image (push) Has been cancelled
Check i18n Keys / Check i18n Key Consistency (push) Has been cancelled
Lint / Ruff Lint & Format (push) Has been cancelled
Lint / Frontend Lint (push) Has been cancelled
Test Migrations / Migrations (PostgreSQL) (push) Has been cancelled
22 lines
624 B
YAML
22 lines
624 B
YAML
name: Feature request
|
|
title: "[Feature]: "
|
|
labels: []
|
|
description: "New features or existing feature improvements should use this template; issues that do not match will be closed directly"
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: This is a?
|
|
description: New feature request or existing feature improvement
|
|
options:
|
|
- New feature
|
|
- Existing feature improvement
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Detailed description
|
|
description: Detailed description, the more detailed the better
|
|
validations:
|
|
required: true
|
|
|