adwaita-swift/.gitea/ISSUE_TEMPLATE/component_request.yml
david-swift 6932bcfccc
All checks were successful
Deploy Docs / publish (push) Successful in 18m25s
SwiftLint / SwiftLint (push) Successful in 6s
Rename .github to .gitea
2024-10-07 11:38:36 +02:00

30 lines
778 B
YAML

name: Components request
description: Suggest an idea for a new component
title: Description of the component request
labels: enhancement
body:
- type: textarea
attributes:
label: Why would you like to add a new component?
placeholder: >-
A clear and concise description of why the component should be added.
validations:
required: false
- type: textarea
attributes:
label: Describe your idea for the implementation.
placeholder: >-
What could the implementation be like in Adwaita?
validations:
required: false
- type: textarea
attributes:
label: Additional context
placeholder: >-
Add any other context about the component request here.
validations:
required: false