From c5e3c086dff3c59df46d07ae06c05d8ca4f36255 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Mon, 20 Jan 2025 10:27:47 -0600 Subject: [PATCH] Point to Discussions board for feedback and support We've had multiple users mention that they'd like a better way to share ideas, comments and questions. Discord is one option but I think given current activity levels we'd be better served by a less synchronous option. I've enabled GitHub Discussions as a test. Point users there. --- addons/block_code/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/block_code/README.md b/addons/block_code/README.md index 89036b93..f20b7665 100644 --- a/addons/block_code/README.md +++ b/addons/block_code/README.md @@ -68,9 +68,9 @@ If you want to access the node's property, you can drag the property from the In You can also drag a file from the Resource Filesystem dock and drop it into the block script as a getter block. It will become a constant value block holding the file's resource full path. -## Feedback +## Feedback & Discussion -Please share feedback in the [Godot Forum Block Coding thread](https://forum.godotengine.org/t/block-coding-high-level-block-based-visual-programming/68941). +Please join our [Discussion Board](https://github.com/endlessm/godot-block-coding/discussions) to provide feedback, share ideas, and ask questions about building your games with Block Coding. ## Localization