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 :)",