Files
bruno/.github/ISSUE_TEMPLATE/FeatureRequest.yaml
Yaten Dhingra cf08118458 created yaml issue templates (#1426)
* created yaml issue templates
* fixed errors and typos in the issue templates
2024-04-06 06:11:37 +05:30

28 lines
778 B
YAML

---
name: Feature Request
description: Suggest an idea for this project.
title: '[Feature Request: ]'
label: ['enhancement']
body:
- type: checkboxes
attributes:
options:
- label: I've searched existing issues and found nothing related to my issue.
required: true
- type: markdown
attributes:
value: |
Suggest an idea for this project.
- type: textarea
attributes:
label: Describe the feature you want to add
description: A clear and concise description of the feature you want to be added.
validiations:
required: true
- type: textarea
attributes:
label: Mockups or Images of the feature
description: Add some images to support your feature.
validiations:
required: true