Where and how can I contribute?
I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little.
Hi, Marco! I'd suggest taking a look at the issues that are marked as "Easy Tasks" on http://bugs.python.org. Not all of them are trivial, though (there may not be consensus on how to solve the issue), but you should be able to find something to work on there :) Erlend On 26 Mar 2021, at 11:29, Marco Sulla <Marco.Sulla.Python@gmail.com<mailto:Marco.Sulla.Python@gmail.com>> wrote: I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little. _______________________________________________ Python-Dev mailing list -- python-dev@python.org<mailto:python-dev@python.org> To unsubscribe send an email to python-dev-leave@python.org<mailto:python-dev-leave@python.org> https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5EQWUYNG... Code of Conduct: http://python.org/psf/codeofconduct/
devguide.python.org has some guidelines on how to find easy issues to work on. You can also ask for help on core-mentorship@python.org. On Fri, Mar 26, 2021 at 3:32 AM Marco Sulla <Marco.Sulla.Python@gmail.com> wrote:
I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5EQWUYNG... Code of Conduct: http://python.org/psf/codeofconduct/
On 3/26/2021 6:29 AM, Marco Sulla wrote:
I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little.
Review existing PRs. In some cases (ask), convert existing patches posted on bpo issues to PRs. -- Terry Jan Reedy
26.03.21 20:37, Terry Reedy пише:
On 3/26/2021 6:29 AM, Marco Sulla wrote:
I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little.
Review existing PRs. In some cases (ask), convert existing patches posted on bpo issues to PRs.
But before doing this ask if the original author want to create a PR.
On 3/27/2021 4:06 AM, Serhiy Storchaka wrote:
26.03.21 20:37, Terry Reedy пише:
On 3/26/2021 6:29 AM, Marco Sulla wrote:
I would contribute to the project in my spare time. Can someone point me to some easy task? I know C and the Python C API a little.
Review existing PRs. In some cases (ask), convert existing patches posted on bpo issues to PRs.
But before doing this ask if the original author want to create a PR.
Asking includes asking any core devs on the issue whether they have rejected a particular patch or are interested in possibly merging it either as is or with describable changes. For IDLE issues, I have already asked and gotten approval from most authors of pending attached diffs. -- Terry Jan Reedy
participants (5)
-
Brett Cannon
-
Erlend Aasland
-
Marco Sulla
-
Serhiy Storchaka
-
Terry Reedy