-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Style issue template * Finishing Template * fix: string ln 34 * fix: ids * fix: required
- Loading branch information
1 parent
a6b1b1c
commit 1c67929
Showing
1 changed file
with
44 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
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 | ||
|