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 :
2023-05-07 06:39:17 +00:00
- 'type/feature'
- 'status/needs-design'
- 'priority/4/normal'
2022-09-16 04:21:05 +00:00
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 : |
2023-06-07 23:18:35 +00:00
Description
2023-05-07 06:39:17 +00:00
description : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
Use Case
2023-05-07 06:39:17 +00:00
description : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
Details
2023-05-07 06:39:17 +00:00
description : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
Documentation
2023-05-07 06:39:17 +00:00
description : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
Pre-Submission Checklist
2023-05-07 06:39:17 +00:00
description : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
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 : |
2023-06-07 23:18:35 +00:00
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
...