-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jozef Volak
committed
Nov 28, 2023
1 parent
2c31b07
commit bee9f6b
Showing
2 changed files
with
78 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Frinx Services Python Workers feature request | ||
description: Suggest a new feature | ||
labels: [feature request] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for contributing to frinx-services-python-workers! | ||
|
||
- type: checkboxes | ||
id: searched | ||
attributes: | ||
label: Initial Checks | ||
description: | | ||
Just a few checks to make sure you need to create a feature request. | ||
options: | ||
- label: I have searched for similar requests and couldn't find anything | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please give as much detail as possible about the feature you would like to suggest. | ||
You might like to add: | ||
* A demo of how code might look when using the feature | ||
* Your use case(s) for the feature | ||
* Why the feature should be added to frinx-services-python-workers | ||
validations: | ||
required: true |