feat: 💬 Bug report links now go straight to bug report template on GitHub

This commit is contained in:
Maxime Cannoodt
2022-08-03 22:25:08 +02:00
parent d9a7a32a19
commit 51ac5e2f14
3 changed files with 8 additions and 5 deletions

2
plugin

Submodule plugin updated: b8f4f0534c...849585acbe

View File

@@ -11,7 +11,10 @@
<span>-</span>
<a class="underline" href="/contact">Contact</a>
<span>-</span>
<a class="underline" href="https://github.com/mcndt/obsidian-note-sharing/issues">🐛 Report bug</a
<a
class="underline"
href="https://github.com/mcndt/obsidian-note-sharing/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D"
>🐛 Report bug</a
>
<span>-</span>
<a class="underline" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>

View File

@@ -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.
<h2>Bugs</h2>
<h2>Bugs and feature requests</h2>
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
<a class="underline" href="https://github.com/mcndt/obsidian-note-sharing/issues"
>GitHub issues page</a
>.