This repository is intended to serve as a central place for project setup guides for GSoC organizations.
It helps upcoming open-source developers quickly get started with contributing.
- Create a folder with your organization’s name.
- Inside that folder, create a file named
{project-name}.md
. - In that file, document the setup process for your project in detail.
- Include prerequisites (languages, tools, dependencies).
- Step-by-step installation and setup instructions.
- Configuration or environment variables required.
- How to run, test, and contribute to the project.