-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
954ffcd
commit 8145b55
Showing
1 changed file
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,37 @@ | ||
--- | ||
name: Feature request | ||
name: 🎛️ Feature Request | ||
about: Suggest an idea for Foblex Flow | ||
title: '' | ||
labels: enhancement | ||
assignees: siarheihuzarevich, markwojno | ||
labels: ['enhancement', 'feature request'] | ||
assignees: ['siarheihuzarevich', 'markwojno'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Feature Description | ||
description: Provide a clear and concise description of the feature you want to propose. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: justification | ||
attributes: | ||
label: Justification | ||
description: Explain why this feature is important and how it will benefit users. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: Describe any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
|
||
--- | ||
|
||
|