mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
19 lines
513 B
YAML
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
|