From a768bc0f4c223f5d260532684af5e27156b9235c Mon Sep 17 00:00:00 2001 From: nicobrauchtgit Date: Wed, 3 Apr 2024 14:45:53 +0200 Subject: [PATCH 1/5] Create Style issue template --- .github/ISSUE_TEMPLATE/style_issue.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/style_issue.yml diff --git a/.github/ISSUE_TEMPLATE/style_issue.yml b/.github/ISSUE_TEMPLATE/style_issue.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/style_issue.yml @@ -0,0 +1 @@ + From 70a149fa3b85a583df0235dcf0d261924ec71f2e Mon Sep 17 00:00:00 2001 From: nicobrauchtgit Date: Wed, 3 Apr 2024 14:57:53 +0200 Subject: [PATCH 2/5] Finishing Template --- .github/ISSUE_TEMPLATE/UI_issues.yml | 42 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/style_issue.yml | 1 - 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/UI_issues.yml delete mode 100644 .github/ISSUE_TEMPLATE/style_issue.yml diff --git a/.github/ISSUE_TEMPLATE/UI_issues.yml b/.github/ISSUE_TEMPLATE/UI_issues.yml new file mode 100644 index 0000000..0897ac7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/UI_issues.yml @@ -0,0 +1,42 @@ + +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: version + attributes: + label: Theme + description: Which theme are you using? + placeholder: Minimal v7.5.3: Rose Pine + - 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 + diff --git a/.github/ISSUE_TEMPLATE/style_issue.yml b/.github/ISSUE_TEMPLATE/style_issue.yml deleted file mode 100644 index 8b13789..0000000 --- a/.github/ISSUE_TEMPLATE/style_issue.yml +++ /dev/null @@ -1 +0,0 @@ - From b5135ee3d65d86f3568d1cd39dd578758c5d79bf Mon Sep 17 00:00:00 2001 From: nicobrauchtgit Date: Wed, 3 Apr 2024 14:58:21 +0200 Subject: [PATCH 3/5] fix: string ln 34 --- .github/ISSUE_TEMPLATE/UI_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/UI_issues.yml b/.github/ISSUE_TEMPLATE/UI_issues.yml index 0897ac7..5908d2a 100644 --- a/.github/ISSUE_TEMPLATE/UI_issues.yml +++ b/.github/ISSUE_TEMPLATE/UI_issues.yml @@ -30,7 +30,7 @@ body: attributes: label: Theme description: Which theme are you using? - placeholder: Minimal v7.5.3: Rose Pine + placeholder: "Minimal v7.5.3: Rose Pine" - type: textarea id: improvement attributes: From 531ef06f652515a287b4c53ed6f532c2822b517a Mon Sep 17 00:00:00 2001 From: nicobrauchtgit Date: Wed, 3 Apr 2024 14:58:53 +0200 Subject: [PATCH 4/5] fix: ids --- .github/ISSUE_TEMPLATE/UI_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/UI_issues.yml b/.github/ISSUE_TEMPLATE/UI_issues.yml index 5908d2a..9249adb 100644 --- a/.github/ISSUE_TEMPLATE/UI_issues.yml +++ b/.github/ISSUE_TEMPLATE/UI_issues.yml @@ -26,7 +26,7 @@ body: validations: required: true - type: input - id: version + id: theme attributes: label: Theme description: Which theme are you using? From 63057bc1bde353c048935db2bbf0d92a5ca47b67 Mon Sep 17 00:00:00 2001 From: nicobrauchtgit Date: Wed, 3 Apr 2024 14:59:47 +0200 Subject: [PATCH 5/5] fix: required --- .github/ISSUE_TEMPLATE/UI_issues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/UI_issues.yml b/.github/ISSUE_TEMPLATE/UI_issues.yml index 9249adb..c719ea2 100644 --- a/.github/ISSUE_TEMPLATE/UI_issues.yml +++ b/.github/ISSUE_TEMPLATE/UI_issues.yml @@ -31,6 +31,8 @@ body: label: Theme description: Which theme are you using? placeholder: "Minimal v7.5.3: Rose Pine" + validations: + required: true - type: textarea id: improvement attributes: