Files
MIND/.github/ISSUE_TEMPLATE/3_contribute_request.yml
2025-04-24 11:08:42 +02:00

19 lines
513 B
YAML

name: Contribute Request
description: Announce that you want to contribute to the project
labels: ["contributing"]
body:
- type: textarea
attributes:
label: What do you want to contribute?
description: For example adding a feature, fix a bug or improve documentation.
render: markdown
validations:
required: true
- type: input
attributes:
label: How long do you think it will take to finish it?
placeholder: Six days, four weeks, three months, ...
validations:
required: true