-
Notifications
You must be signed in to change notification settings - Fork 58
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
13789a7
commit 7e89e21
Showing
1 changed file
with
17 additions
and
17 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,44 +1,44 @@ | ||
name: Feature Request | ||
description: "What would you like to see added to smart second brain?" | ||
title: "Feature Request" | ||
labels: ["enhancement"] | ||
assignees: ["leo310", "nicobrauchtgit"] | ||
description: What would you like to see added to smart second brain? | ||
title: Feature Request | ||
labels: | ||
- enhancement | ||
assignees: | ||
- leo310 | ||
- nicobrauchtgit | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Thanks for inspiring us!🐙 | ||
value: "# Thanks for inspiring us!\U0001F419\n" | ||
- type: input | ||
id: feature-area | ||
attributes: | ||
label: Feature Area | ||
description: Which category does the feature belong to? | ||
placeholder: "Models, AI Services, Settings, ..." | ||
placeholder: 'Models, AI Services, Settings, ...' | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Painpoint | ||
description: Is your feature idea related to a problem? | ||
placeholder: "I'm always frustrated when ..." | ||
placeholder: I'm always frustrated when ... | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: Describe your idea | ||
description: A concise description of what you want to happen. | ||
placeholder: "In this state ..., When I do this ... then ..." | ||
validation: | ||
placeholder: 'In this state ..., When I do this ... then ...' | ||
validation: | ||
required: true | ||
- type: textarea | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: Describe alternatives you have considered. | ||
placeholder: "A different option could be ..." | ||
- type: textarea | ||
placeholder: A different option could be ... | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Give context, link similar implementations, add screenshots. | ||
placeholder: "My idea came from using xy" | ||
|
||
|
||
description: 'Give context, link similar implementations, add screenshots.' | ||
placeholder: My idea came from using xy |