DEV Community

Abdul Talha
Abdul Talha

Posted on

My Documentation Contributions to Codecademy’s Open Source Repository

I contributed to the open-source documentation repository of Codecademy.

During this work, I added five documentation entries while working through different issues in the repository. Each solu
 tion was written in a separate branch in my fork so that the changes stayed organized.

While working on these issues, I focused on:

  1. Understanding the structure of the documentation repository

  2. Writing clear explanations for the requested entries

  3. Following the contribution guidelines and workflow used by the project

All of the submissions passed the maintainer review process, which was a valuable learning experience.

However, before the pull requests could be merged into the main repository, the project was made a public archive. Once a repository is archived, maintainers can no longer merge new contributions.

Even though the changes were not merged into the main repository, the process helped me better understand how documentation contributions work in open-source projects.

You can see the work in my forked repository, where each issue was solved in a separate branch.

Repository:
https://github.com/abdultalha0862/docs

Top comments (0)