-
Notifications
You must be signed in to change notification settings - Fork 493
Description
Ticket Contents
Description
Please provide the following basic details to help us understand your background and context better.
Name: Mahi Raj
GitHub Username: 23bsm038-Mahi
GitHub Profile: https://github.com/23bsm038-Mahi
LinkedIn Profile: https://www.linkedin.com/in/mahi-raj-07aa62354
College/University: Indian Institute of Information Technology, Design and Manufacturing, Jabalpur
Goals
To contribute to Code for GovTech (C4GT) by actively participating in documentation-related tasks.
The goal is to add my details to the C4GT community documentation and become an engaged community contributor while learning open-source best practices.
Implementation Details
Fork the Repository:
Visit the official C4GT repository at https://github.com/Code4GovTech/C4GT.
Click on the "Fork" button in the top-right corner to create a fork of the repository under your GitHub account.
Clone Your Fork:
Open a terminal or command prompt on your system.
Clone the forked repository using the following command:
git clone https://github.com/your-username/C4GT.git
Navigate to the Repository:
Move into the cloned repository directory by running:
cd C4GT
Edit the Community.md File:
Open the Community.md file using a code editor or any text editor.
Scroll to the appropriate section and add your personal details in the table format provided, without modifying or removing any existing contributor information.
Example format:
| Name | Your Name |
| GitHub | https://github.com/your-username |
| https://www.linkedin.com/in/your-linkedin | |
| College | Your College/University |
Save Changes:
Save the updates made to the Community.md file after verifying the formatting.
Commit Changes:
Stage and commit the changes with a clear commit message:
git add Community.md
git commit -m "Docs: Add contributor details to Community.md"
Push Changes to Your Fork:
Push the committed changes to your forked repository:
git push origin main
Create a Pull Request:
Navigate to your forked repository on GitHub.
Click on "Compare & pull request".
Ensure that the base repository is Code4GovTech/C4GT and the base branch is main.
Verify that your fork and branch are selected for comparison.
Provide a meaningful title and description, then submit the pull request for review.
Product Name
C4GT
Organisation Name
C4GT
Tech Skills Needed
Markdown
Mentor(s)
Complexity
Beginner
Category
Documentation