You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hooray! It's this time of the year again and we are excited for you to participate in the PyTorch docathon. We have the following repositories participating:
The docathon starts on June 4 10 AM PST. Please do not work on tasks until then. We will continue accepting new submissions until 5 PM PST on June 16th.
Date and location
WHEN: The docathon starts on June 4 at 10 AM PST. Please do not work on tasks until then. We will continue accepting new submissions until 5 PM PST on June 16th. WHERE: Virtual WHAT: Issues with the docathon-h1-2024 label - will be posted on June 4th.
Watch our intro video to learn more details about the event.
Can everyone participate?
We encourage everyone to consider participating in the docathon but there are a few things we expect from the participants:
You must have a GitHub account and know how to use Git and GitHub, how to submit or rebase your PR on the latest main branch, how to fork or clone the repo, how to view errors in the CI and troubleshoot. We reserve the right to reject incorrectly submitted PRs.
You must be familiar with Python, the basics of Machine Learning, and have at least a basic knowledge of PyTorch. Familiarity with Sphinx, sphinx-gallery, and reStructuredText is a plus.
All issues for this docathon are tagged with the docathon-h1-2024 label. Please note that contributions that address other issues won't be counted. We are primarily looking for the following contributions:
Docstring fixes
Documentation bug fixes
Tutorial fixes and testing
NOTE: Due to the large number of RSVPs, the tasks are provided on a first come first serve basis — please don't hoard the tasks!
Difficulty Levels
The issues have three levels of difficulty: easy, medium, and advanced. If this is your first time contributing to PyTorch, we recommend that you start with an issue that is tagged as easy.
How to contribute to tutorials?
Read PyTorch Contributor Document for general guidelines on how the submission process works and overall style and voice.
Pick an issue that is labeled as docathon-h1-2024.
In the issue, add a comment with the text /assigntome. If the issue is already assigned, please find another issue to work on. We ask that you assign one issue at a time - we want to give everyone a fair chance to participate. When you are done with one issue and get it approved, you can assign another one to yourself and start working on it.
If you are submitting a new tutorial, use this template.
Fork or clone the PyTorch repository to your computer. For simple fixes, like incorrect URLs, you could use the GitHub UI as well.
Create a branch and work on the fix.
Test your fix by running the single tutorial locally. Don't run the whole build as it takes hours and requires a GPU. You can run one tutorial as a script python3 <tutorial-name.py> or GALLERY_PATTERN="neural_style_transfer_tutorial.py" make html
After you fix all the issues, you are ready to submit your PR.
Submit Your PR
Submit your PR referencing the issue you've picked. For example:
If you have not yet, sign the Contributor License Agreement (CLA) - prompted as a check in the PR. We can't accept any PRs without a signed CLA.
Watch for any CI errors and fix as needed - all checks must pass successfully.
When the build is finished, you will see a preview link to preview your changes.
The reviewers might provide feedback that we expect you to address.
When all feedback is addressed and your PR is approved - one of the reviewers will merge your PR.
Can I partner with someone to work on an issue?
Unless you are working on a completely new tutorial from scratch, most of the issues should be possible to address on your own. If you decide to partner with someone, you can find someone to work with on our Slack channel by posting a free-form request to collaborate. One individual from the group can submit a PR referring others as co-authors by specifying their GitHub usernames in the commit message like this:
Co-authored-by: NAME <NAME@EXAMPLE.COM>
Co-authored-by: ANOTHER-NAME <ANOTHER-NAME@EXAMPLE.COM>
Depending on the complexity of the issue, we reserve the right to decline contributions from multiple co-authors for trivial issues like fixing formatting, broken links, or very small code changes. For all issues that are not new tutorials or examples, please, limit the number of co-authors to two.
Top contributors recognition
For all contributions addressing the docathon-h1-2024 issues merged to the main branch in the participating repos during the period from June 4 to June 16, 5PM PST, you will get a special PyTorch Docathon GitHub badge. The issues will be released on the first day of the docathon. The top contributors will receive additional recognition and will be featured in a PyTorch social media announcement. In addition to the main repo and tutorials, this year, we will explicitly recognize a top contributor in each participating library repository.
Questions?
You can post your questions in the docathon Discord Server.
The text was updated successfully, but these errors were encountered:
PyTorch Docathon H1 2024!
Hooray! It's this time of the year again and we are excited for you to participate in the PyTorch docathon. We have the following repositories participating:
The docathon starts on June 4 10 AM PST. Please do not work on tasks until then. We will continue accepting new submissions until 5 PM PST on June 16th.
Date and location
WHEN: The docathon starts on June 4 at 10 AM PST. Please do not work on tasks until then. We will continue accepting new submissions until 5 PM PST on June 16th.
WHERE: Virtual
WHAT: Issues with the docathon-h1-2024 label - will be posted on June 4th.
Watch our intro video to learn more details about the event.
Can everyone participate?
We encourage everyone to consider participating in the docathon but there are a few things we expect from the participants:
Before you start contributing make sure to read Linux Foundation Code of Conduct as well as the [GitHub Code of Conduct] (https://docs.github.com/en/site-policy/github-terms/github-community-code-of-conduct).
What contributions are we looking for?
All issues for this docathon are tagged with the docathon-h1-2024 label. Please note that contributions that address other issues won't be counted. We are primarily looking for the following contributions:
NOTE: Due to the large number of RSVPs, the tasks are provided on a first come first serve basis — please don't hoard the tasks!
Difficulty Levels
The issues have three levels of difficulty: easy, medium, and advanced. If this is your first time contributing to PyTorch, we recommend that you start with an issue that is tagged as easy.
How to contribute to tutorials?
python3 <tutorial-name.py> or GALLERY_PATTERN="neural_style_transfer_tutorial.py" make html
Submit Your PR
Can I partner with someone to work on an issue?
Unless you are working on a completely new tutorial from scratch, most of the issues should be possible to address on your own. If you decide to partner with someone, you can find someone to work with on our Slack channel by posting a free-form request to collaborate. One individual from the group can submit a PR referring others as co-authors by specifying their GitHub usernames in the commit message like this:
Depending on the complexity of the issue, we reserve the right to decline contributions from multiple co-authors for trivial issues like fixing formatting, broken links, or very small code changes. For all issues that are not new tutorials or examples, please, limit the number of co-authors to two.
Top contributors recognition
For all contributions addressing the docathon-h1-2024 issues merged to the main branch in the participating repos during the period from June 4 to June 16, 5PM PST, you will get a special PyTorch Docathon GitHub badge. The issues will be released on the first day of the docathon. The top contributors will receive additional recognition and will be featured in a PyTorch social media announcement. In addition to the main repo and tutorials, this year, we will explicitly recognize a top contributor in each participating library repository.
Questions?
You can post your questions in the docathon Discord Server.
The text was updated successfully, but these errors were encountered: