2022-09-16 04:21:05 +00:00
---
2023-05-07 06:39:17 +00:00
name: 'Feature Request'
description: 'Submit a Feature Request'
2022-09-16 04:21:05 +00:00
labels:
{{- range .Labels }}
2023-05-07 06:39:17 +00:00
- '{{ . }}'
2022-09-16 04:21:05 +00:00
{{- end }}
body:
2023-05-07 06:39:17 +00:00
- type: 'markdown'
2022-09-16 04:21:05 +00:00
attributes:
value: |
Thanks for taking the time to fill out this feature request. A feature request is created as issue for the purpose of tracking the design and implementation of a feature.
Please review the following requirements before submitting this issue type:
1. Ensure there are no other similar feature requests.
2. Make sure you've checked the [Documentation](https://www.authelia.com) doesn't clearly document the features existence already.
3. Consider creating an [Idea Discussion](https://github.com/authelia/authelia/discussions/new?category=ideas) which can be voted on instead if one doesn't exist.
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'description'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
Description
description: |
Describe the feature
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'use-case'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
Use Case
description: |
Provide a use case
2022-09-16 04:21:05 +00:00
validations:
required: true
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'details'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
Details
description: |
Describe the feature in detail
2022-09-16 04:21:05 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'textarea'
id: 'documentation'
2022-09-16 04:21:05 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
Documentation
description: |
Provide any relevant specification or other documentation if applicable
2022-09-16 04:21:05 +00:00
validations:
required: false
2023-05-07 06:39:17 +00:00
- type: 'checkboxes'
id: 'checklist'
2022-11-16 02:47:20 +00:00
attributes:
2023-05-07 06:39:17 +00:00
label: |
Pre-Submission Checklist
description: |
By submitting this issue confirm all of the following
2022-11-16 02:47:20 +00:00
options:
2023-05-07 06:39:17 +00:00
- label: |
I agree to follow the [Code of Conduct](http://www.authelia.com/code-of-conduct)
2022-11-16 02:47:20 +00:00
required: true
2023-05-07 06:39:17 +00:00
- label: |
I have checked for related issues and checked the documentation
2022-11-16 02:47:20 +00:00
required: true
2022-09-16 04:21:05 +00:00
...