mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* Updates templates to forms, changes project and label handling, mentions discussions and discord for questions rather than issues. * Apply suggestion from @dominic-r Signed-off-by: Dominic R <dominic@sdko.org> --------- Signed-off-by: Dominic R <dominic@sdko.org> Co-authored-by: Dominic R <dominic@sdko.org>
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for a feature
|
|
title: ""
|
|
labels: ["enhancement", "triage"]
|
|
projects: ["authentik Core"]
|
|
assignees:
|
|
type: feature
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill out this feature request!
|
|
- type: textarea
|
|
id: related-to-problem
|
|
attributes:
|
|
label: Is your feature request related to a problem?
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: "I'm always frustrated when [...]"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: "I'd like authentik to have [...]"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives that you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
placeholder: "I've tried this but [...]"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|
|
|