From 9b006216b9e8e502220d38e222f5c5171bf8a6f9 Mon Sep 17 00:00:00 2001 From: Niklas Mertsch Date: Sun, 8 Jun 2025 11:51:24 +0200 Subject: [PATCH] Add feedback channel --- scripts/configure-guild.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/configure-guild.py b/scripts/configure-guild.py index 5a0e0b4..0341824 100644 --- a/scripts/configure-guild.py +++ b/scripts/configure-guild.py @@ -389,6 +389,12 @@ def verify_permission_roles(self) -> Self: tags=["Remote Support", "On-Site Support"], require_tag=True, ), + ForumChannel( + name="feedback", + topic=""" + Please share your thoughts and ideas. What works well? What doesn't? How can we make EuroPython even better? + """, # noqa: E501 (line too long) + ), TextChannel( name="introduction", topic="Feel free to introduce yourself here :)",