This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Link to OpenHatch “getting started” page from devguide
Type: enhancement Stage: resolved
Components: Documentation Versions: 3rd party
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: Lita.Cho, docs@python, eric.araujo, jesstess, python-dev
Priority: normal Keywords: easy, patch

Created on 2014-03-10 15:24 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
openhatch.patch Lita.Cho, 2014-03-10 20:06 patch
openhatch_setup.patch Lita.Cho, 2014-03-10 20:45 OpenHatch Patch
Messages (9)
msg213038 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-10 15:24
The OpenHatch project created this page for would-be GSoC/OPW participants: https://openhatch.org/wiki/Contributing_to_Python (it’s also useful for anyone wanting to contribute).

It contains platform-specific advice to install an IRC client and navigate using the command line, links to a Mercurial tutorial, recommends to join core-mentorship, and then defers to the devguide.

Nick Coghlan and IIRC R. David Murray suggested we link to that page from the devguide.  I think it makes sense, as we don’t want to include everything in it.
msg213067 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-03-10 18:55
I will go ahead and try to add the link to the page from the devguide. Thanks!
msg213076 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-03-10 20:06
I added a link to the OpenHatch's "Contributing to Python" page right next to the "Getting Started" link. I thought about adding it to Additional Resources, but someone on the mailing list suggested it go somewhere on the top. I also wanted to place it where it would have good exposure. That way, if people are completely new to contributing, then they find that link first.

Would like to get reviewed and feedback! Thanks!
msg213078 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-10 20:22
I think it would make sense to have the link at the top of the setup.rst file instead, so that people being directly linked to that page would see the link too.
msg213081 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-03-10 20:45
Sure! I've changed it so that it is in the setup.rst. Does that work?
msg213090 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-10 21:33
Thanks, I will change one detail and push this.
msg213091 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-03-10 21:34
Thank you!!
msg213197 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-12 04:31
New changeset 3ffbbbac0a4d by Éric Araujo in branch 'default':
Link to OpenHatch setup guide (#20882).
http://hg.python.org/devguide/rev/3ffbbbac0a4d
msg213198 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-12 04:41
Sorry for the delay, I was sick today.

The thing I changed: “setup guide” is now the link text, as I think it makes more sense that “OpenHatch” (and if one day we work more with OpenHatch, the word will be free to become another link).

Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65081
2014-03-12 04:41:38eric.araujosetstatus: open -> closed
resolution: fixed
messages: + msg213198

stage: commit review -> resolved
2014-03-12 04:31:41python-devsetnosy: + python-dev
messages: + msg213197
2014-03-10 21:34:13Lita.Chosetmessages: + msg213091
2014-03-10 21:33:13eric.araujosetmessages: + msg213090
2014-03-10 20:58:38eric.araujosetassignee: docs@python -> eric.araujo
stage: needs patch -> commit review
2014-03-10 20:45:30Lita.Chosetfiles: + openhatch_setup.patch

messages: + msg213081
2014-03-10 20:22:03eric.araujosetmessages: + msg213078
2014-03-10 20:06:38Lita.Chosetfiles: + openhatch.patch
keywords: + patch
messages: + msg213076
2014-03-10 19:06:02jesstesssetnosy: + jesstess
2014-03-10 18:55:55Lita.Chosetnosy: + Lita.Cho
messages: + msg213067
2014-03-10 15:24:58eric.araujocreate