runner/.forgejo/issue_template/feature-request.yaml

27 lines
1.3 KiB
YAML

name: 💡 Feature Request
description: Got an idea ready to be implemented? Suggest it here!
title: "feat: "
labels: ["Kind/Enhancement"]
body:
- type: markdown
attributes:
value: |
- New ideas must be [proposed in an issue tracker dedicated to feature requests](https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues/new?template=.forgejo%2fissue_template%2ffeature-request.yaml).
- Ideas that have been prepared there and are ready to be implemented can be proposed here.
- Be civil, and follow the [Forgejo Code of Conduct](https://codeberg.org/forgejo/code-of-conduct).
- Please make sure you are using the latest release of the runner and take a moment to [check that your feature hasn't already been suggested](https://code.forgejo.org/forgejo/runner/issues?q=&type=all).
- type: textarea
id: url
attributes:
label: Feature request URL
description: The URL to the [feature request](https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues?labels=990) in the `ready` stage
placeholder: |
https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues/???
validations:
required: true
- type: textarea
id: Description
attributes:
label: Copy/paste of the description of the feature request
validations:
required: true