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

#1449: Add section on obtaining a python.org email address for core team members #1495

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Emir2099
Copy link

@Emir2099 Emir2099 commented Jan 18, 2025

Pull Request title

Mention getting a python.org email address #1449

Description

Added a section to the "How to become a core developer" document to inform core team members about how they can get a python.org email address. The new section includes a link to the PSF Board Policies on Email Addresses.

Issue Number

Fixes #1449


📚 Documentation preview 📚: https://cpython-devguide--1495.org.readthedocs.build/

Copy link

cpython-cla-bot bot commented Jan 18, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@@ -98,6 +104,7 @@ The important options in the poll builder set to get this result:
}
</script>


Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

Is there a reason for this line?

Getting a python.org Email Address
----------------------------------

Members of the core team can get an email address on the python.org domain. For more details, please refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Members of the core team can get an email address on the python.org domain. For more details, please refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.
Members of the core team can get an email address on the python.org domain. For more details refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.

For documentation I think in this case simpler is better.

Copy link
Member

Choose a reason for hiding this comment

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

Let's call it the "python.org email policy" instead of "PSF Board Policies on Email Addresses".

And remember to wrap lines at 80 chars:

https://devguide.python.org/documentation/markup/#use-of-whitespace

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for the suggestions. I will keep in mind the wrapping constraint.

core-developers/become-core-developer.rst Outdated Show resolved Hide resolved
Getting a python.org Email Address
----------------------------------

Members of the core team can get an email address on the python.org domain. For more details, please refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.
Copy link
Member

Choose a reason for hiding this comment

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

Let's call it the "python.org email policy" instead of "PSF Board Policies on Email Addresses".

And remember to wrap lines at 80 chars:

https://devguide.python.org/documentation/markup/#use-of-whitespace

Getting a python.org email address
----------------------------------

Members of the core team can get an email address on the python.org domain. For more details refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Members of the core team can get an email address on the python.org domain. For more details refer to the `PSF Board Policies on Email Addresses <https://www.python.org/psf/records/board/policies/email/>`_.
Members of the core team can get an email address on the python.org domain.
For more details refer to the `python.org email policy
<https://www.python.org/psf/records/board/policies/email/>`_.

Wrap to 80 chars as per PEP8. Hugo's suggestion included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Mention getting a python.org email address
3 participants