mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
33 lines
888 B
YAML
33 lines
888 B
YAML
name: Feature Request
|
|
description: Suggest a new feature for PubSubClient3
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to suggest a new feature!
|
|
|
|
- type: textarea
|
|
id: reason
|
|
attributes:
|
|
label: Describe the reason of your feature request
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: I want to do [...]
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or code examples about the feature request here.
|
|
render: markdown
|