Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/configure-guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)",
Expand Down