Skip to content

Commit

Permalink
UI Improvement Template (#74)
Browse files Browse the repository at this point in the history
* Create Style issue template

* Finishing Template

* fix: string ln 34

* fix: ids

* fix: required
  • Loading branch information
nicobrauchtgit authored Apr 3, 2024
1 parent a6b1b1c commit 1c67929
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 1c67929

Please sign in to comment.