Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Improvement Template #74

Merged
merged 5 commits into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading