Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/FEATURE_REPORT.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature Request
description: Suggest an improvement
title: "[FEATURE] "
labels:
- enhancement

body:
- type: textarea
id: problem
attributes:
label: Problem
description: What problem are you trying to solve?
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your idea.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Alternative solutions considered.

- type: textarea
id: context
attributes:
label: Additional Context
description: Anything else.