mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-23 18:24:57 +02:00
34 lines
1.1 KiB
YAML
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
|