From 51ac5e2f14e82ae6208dcd0576ba744b2416fb32 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Wed, 3 Aug 2022 22:25:08 +0200 Subject: [PATCH] feat: :speech_balloon: Bug report links now go straight to bug report template on GitHub --- plugin | 2 +- webapp/src/lib/components/Footer.svelte | 5 ++++- webapp/src/routes/contact.svelte | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/plugin b/plugin index b8f4f05..849585a 160000 --- a/plugin +++ b/plugin @@ -1 +1 @@ -Subproject commit b8f4f0534cfd2633377c26761f38b5177fa92b1f +Subproject commit 849585acbeb6d1000df6e72e2c42395d0cf7fdcd diff --git a/webapp/src/lib/components/Footer.svelte b/webapp/src/lib/components/Footer.svelte index 793ae10..75d63f0 100644 --- a/webapp/src/lib/components/Footer.svelte +++ b/webapp/src/lib/components/Footer.svelte @@ -11,7 +11,10 @@ - Contact - - 🐛 Report bug🐛 Report bug - ☕ Buy me a coffee diff --git a/webapp/src/routes/contact.svelte b/webapp/src/routes/contact.svelte index 9e9ea97..eb5b6b5 100644 --- a/webapp/src/routes/contact.svelte +++ b/webapp/src/routes/contact.svelte @@ -10,10 +10,10 @@ and I build the Obsidian note sharing plugin and operate Noteshare.space. There are several ways to get in touch with me. -

Bugs

+

Bugs and feature requests

- The preferred way to report bugs or request features for the web app or the Obsidian plugin is via - the + The preferred way to report bugs or request new features for the web app or the Obsidian plugin is + via the GitHub issues page.