Skip to content

Commit

Permalink
Update feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobrauchtgit authored Mar 30, 2024
1 parent 13789a7 commit 7e89e21
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 7e89e21

Please sign in to comment.