Files
pr-agent/.github/ISSUE_TEMPLATE/feature-request.yml
ofir-frd 2f69c8989c clean-up
2025-01-23 13:38:02 +02:00

32 lines
978 B
YAML

name: "\U0001F4A1 Feature request"
description: Submit a proposal/request for a new PR-Agent feature
labels: [ "feature" ]
body:
- type: textarea
id: feature-request
validations:
required: true
attributes:
label: Feature request
description: |
A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist.
- type: textarea
id: motivation
validations:
required: true
attributes:
label: Motivation
description: |
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
- type: textarea
id: contribution
validations:
required: true
attributes:
label: Your contribution
description: |
Is there any way that you could help, e.g. by submitting a PR?