lego/.github/ISSUE_TEMPLATE/feature_request.yml

35 lines
757 B
YAML
Raw Normal View History

name: Feature request
description: Suggest an idea for this project.
body:
- type: checkboxes
id: terms
attributes:
label: Welcome
options:
- label: Yes, I've searched similar issues on GitHub and didn't find any.
required: true
2021-07-01 23:10:50 +00:00
- type: dropdown
id: type
attributes:
label: How do you use lego?
options:
- Library
- Binary
- Docker image
- Through Traefik
- Through Caddy
2023-02-15 13:47:08 +00:00
- Through Terraform ACME provider
- Through Bitnami
2021-07-01 23:10:50 +00:00
- Other
validations:
required: true
- type: textarea
id: description
attributes:
label: Detailed Description
placeholder: Description.
validations:
required: true