Files
call-me/.github/ISSUE_TEMPLATE/2-feature.yml
T
2024-09-14 09:01:20 +02:00

26 lines
832 B
YAML

name: "Feature request"
description: Suggest an idea for Call-me
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting an idea to make Call-me better.
**Note**: the ultimate decision for implementing features lies on the Author, not all feature requests shall be accepted.
- type: textarea
attributes:
label: Feature request
description: A clear and concise description of the feature request.
validations:
required: true
- type: textarea
attributes:
label: Pros
description: A clear and concise description of the feature request pros.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the feature request here.