Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1727: Replace reference to mailing list with Django Forum #1807

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion djangoproject/templates/members/individualmember_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1>{% translate "Individual members" %}</h1>

<p>
{% blocktranslate trimmed %}
As a member of the DSF, you will be recognized for your contributions to the community. Your name will appear below and you'll be added to the DSF Members Mailing list. You will also be eligible to vote for the DSF Board and Steering Council.
As a member of the DSF, you will be recognized for your contributions to the community. Your name will appear below and you'll be added to the DSF Members Forum and Discord channel. You will also be eligible to vote for the DSF Board and Steering Council.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs a different wording. As far as I know we still do add people to the DSF Members mailing list, which we’ve kept even if it’s no longer used for conversations.

  • For the members-only Forum section – this should definitely be added here as it’s intended as the primary communication channel for members, but I believe it’s "opt-in" for users to decide if they want to be added there, rather than something people are automatically added to.
  • For the Discord channel, it’s definitely "opt-in" currently.

Copy link
Member

@bmispelon bmispelon Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about:

Suggested change
As a member of the DSF, you will be recognized for your contributions to the community. Your name will appear below and you'll be added to the DSF Members Forum and Discord channel. You will also be eligible to vote for the DSF Board and Steering Council.
As a member of the DSF, you will be recognized for your contributions to the community. Your name will appear below and you'll be added to the various DSF Members communication channels (mailing list, forum, Discord). You will also be eligible to vote for the DSF Board and Steering Council.

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ll defer to @sabderemane :) don’t have a strong opinion nor lots of awareness of how this works personally.

{% endblocktranslate %}
</p>

Expand Down
Loading