Files
ESPEasy/lib/pubsubclient3/.github/ISSUE_TEMPLATE/feature_request.yml
T

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