-
Notifications
You must be signed in to change notification settings - Fork 509
Open
Labels
Description
Ticket Contents
👋 Introduction
Hey! I'm Parth, a first-year B.Tech CSE (AI/ML) student from India.
I’m currently exploring open source and focusing on building strong contribution skills understanding codebases, writing tests, and making meaningful improvements.
🧠 What I'm Working On
- Contributing to open source (exploring engines/compilers like Boa)
- Writing test cases and handling edge cases
- Building AI-based projects (virtual try-on system)
🎯 Why C4GT?
I’m interested in contributing to real-world systems that have public impact.
C4GT gives an opportunity to work on meaningful problems in governance and technology, which aligns with my goal of building impactful solutions.
🔗 Details
- Name: Parth
- GitHub: https://github.com/parthmozarkar
- LinkedIn: https://linkedin.com/in/parthmozarkar
- College: Medhavi Skills University
Goals
Goals
- Add my basic details to the C4GT community
- Become an active member of the C4GT open source ecosystem
- Start contributing and engaging with real-world gov-tech problems
Implementation Details
To implement the changes in the Community.md file on the GitHub repository (https://github.com/Code4GovTech/C4GT/blob/main/Community.md), follow these steps:
- Fork the Repository:
- Visit the repository (https://github.com/Code4GovTech/C4GT).
- Click the "Fork" button in the upper right corner to create a fork of the repository in your GitHub account.
- Clone Your Fork:
- Open a terminal or command prompt.
- Run the following command to clone your fork to your local machine:
git clone https://github.com/your-username/C4GT.git
- Navigate to the Repository:
- Change into the repository directory:
cd C4GT - Edit the Community.md File:
- Open the
Community.mdfile in a text editor. You can use any code editor or a simple text editor. - Locate the existing table and replace the details with your own:
<table> <tr> <td>Name</td> <td>Your Name</td> </tr> <tr> <td>GitHub</td> <td>https://github.com/your-username</td> </tr> <tr> <td>LinkedIn</td> <td>https://www.linkedin.com/in/your-linkedin</td> </tr> <tr> <td>College</td> <td>Your College/University</td> </tr> </table>
- Open the
- Save Changes:
- Save the changes to the
Community.mdfile.
- Save the changes to the
- Commit Changes:
- In the terminal, run the following commands to commit the changes:
git add Community.md git commit -m "Update my details in Community.md" - Push Changes to Your Fork:
- Push the changes to your GitHub fork:
git push origin main
- Create a Pull Request:
- Visit your fork on GitHub (https://github.com/your-username/C4GT).
- Click on the "New pull request" button.
- Ensure the base repository is
Code4GovTech/C4GTand the base branch ismain. - Ensure the head repository is your fork and the compare branch is
main. - Click "Create pull request" and provide a meaningful title and description.
- Click "Create pull request" again to submit the pull request.
Your changes will now be submitted as a pull request to the original repository, and the maintainers can review and merge them.
Product Name
C4GT
Organisation Name
C4GT
Tech Skills Needed
Markdown
Mentor(s)
Complexity
Beginner
Category
Documentation
Reactions are currently unavailable