Files
rengine/.github/ISSUE_TEMPLATE/feature_request.yml
T

34 lines
1.1 KiB
YAML

name: 🚀 Feature request
description: File a feature request
title: "feat: <title>"
labels: [feature_request]
body:
- type: checkboxes
attributes:
label: Is there an existing feature or issue for this?
description: Please search to see if the feature already exists or has already being requested.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Expected feature
description: A clear and concise description of what the problem is and how it could be approached.
validations:
required: true
- type: textarea
attributes:
label: Alternative solutions
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false