From 5f56cf4b26fff49a83399ecb143e9dff3f8fb635 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:45:07 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb47c8..07b3486 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Discord Game SDK support for GDScript in Godot Engine 4.1. with the easiest code pattern!**


-# [Quick start :rocket: (click here)](https://github.com/vaporvee/discord-sdk-godot/wiki) +# [Quick start :rocket: (click here)](https://github.com/vaporvee/discord-sdk-godot/wiki#quick-start)
**A small donation with the sponsor button would be nice if you sell your project with this addon but is of course not mandatory!** From 5153c4e9ed3db4a8cc0ef5a9a47ee8ade2865c02 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:20:10 +0100 Subject: [PATCH 2/2] Update BUG.yml --- .github/ISSUE_TEMPLATE/BUG.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 51c6042..78bd478 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -1,6 +1,6 @@ -name: Bug Report -description: File a bug report -title: "[Bug/Crash]: " +name: Error +description: Get help with an error or report a bug +title: "[Issue/Bug]: " labels: ["bug"] assignees: - vaporvee