docker-buildx/.gitea/ISSUE_TEMPLATE/feature_request.yml
2024-01-01 21:53:40 +01:00

34 lines
1.1 KiB
YAML

name: "\U0001F680 New feature proposal"
description: Propose a new feature to be added
title: ""
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type: textarea
id: feature-description
attributes:
label: Clear and concise description of the problem
description: "As a user of Woodpecker I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description."
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
description: "In web-ui / config we could provide following functionality..."
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternative
description: Clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Any other context or screenshots about the feature request here.