Skip to content

Commit a4b24b4

Browse files
chore(github): update issue templates (#90)
* chore(github): issue template no default name * chore(github): update feature template * chore(github): remove placeholder * chore(github): remove placeholder feature request * chore(github): emoji UI template * chore(github): bug report steps to reproduce * chore(github): fix syntax
1 parent cdcc3c8 commit a4b24b4

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/ISSUE_TEMPLATE/UI_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: UI Issue
2+
name: 🎨 UI Issue
33
description: "Use this template if something looks weird or you would like some styles changed."
44
title: "UI issue"
55
labels: ["styles"]

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
name: Bug Report
1+
name: 🐛 Bug Report
22
description: "Create a bug report for obsidian smart second brain to help us improve"
3-
title: "Bug report"
43
labels: ["bug"]
54
assignees: ["leo310", "nicobrauchtgit"]
65
body:
@@ -22,6 +21,14 @@ body:
2221
label: Error Statement
2322
description: Enable Settings > Advanced > Developer Console logging. Open Developer Tools (⌘ Cmd + ⌥ Opt + I / Ctrl + Shift + I). Open Console Tab.
2423
placeholder: Obsidian Developer Console
24+
- type: textarea
25+
id: steps-to-reproduce
26+
attributes:
27+
label: Steps to Reproduce
28+
description: List the steps to reproduce the behavior.
29+
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error"
30+
validations:
31+
required: true
2532
- type: input
2633
id: version
2734
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
name: Feature Request
2-
description: What would you like to see added to smart second brain?
3-
title: Feature Request
1+
name: 🌟 Feature Request
2+
description: What would you like to see added to smart second brain? 🐙
43
labels:
54
- enhancement
65
assignees:

0 commit comments

Comments
 (0)