Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo310 authored Apr 5, 2024
2 parents e1bf4ad + 1c67929 commit 961561a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/UI_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

name: UI Issue
description: "Use this template if something looks weird or you would like some styles changed."
title: "UI issue"
labels: ["styles"]
assignees: ["leo310", "nicobrauchtgit"]
body:
- type: markdown
attributes:
value: |
# Thanks for helping us improve our UI!🐙
- type: textarea
id: whats-wrong
attributes:
label: What looks weird?
description: Also add a screenshot, if possible.
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: Smart Second Brain Version
description: What version of S2B are you running?
placeholder: 0.6.1
validations:
required: true
- type: input
id: theme
attributes:
label: Theme
description: Which theme are you using?
placeholder: "Minimal v7.5.3: Rose Pine"
validations:
required: true
- type: textarea
id: improvement
attributes:
label: What should change?
description: Tell us what we should change and add screenshots if possible.
placeholder: S2B logo covers the chat text.
validations:
required: true

0 comments on commit 961561a

Please sign in to comment.