Ticket Contents
Description
Please provide the following basic details to help us understand your background and context better.
- Name:
- GitHub Username:
- LinkedIn Profile:
- College/University:
If you feel comfortable, you can also provide additional information such as your area of expertise or any specific information you'd like to share.
Goals
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:
- 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:
- Edit the Community.md File:
- Open the
Community.md file 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>
- Save Changes:
- Save the changes to the
Community.md file.
- 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:
- 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/C4GT and the base branch is main.
- 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)
@Shruti3004
Complexity
Beginner
Category
Documentation
Ticket Contents
Description
Please provide the following basic details to help us understand your background and context better.
If you feel comfortable, you can also provide additional information such as your area of expertise or any specific information you'd like to share.
Goals
Implementation Details
To implement the changes in the
Community.mdfile on the GitHub repository (https://github.com/Code4GovTech/C4GT/blob/main/Community.md), follow these steps:cd C4GTCommunity.mdfile in a text editor. You can use any code editor or a simple text editor.Community.mdfile.git add Community.md git commit -m "Update my details in Community.md"Code4GovTech/C4GTand the base branch ismain.main.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)
@Shruti3004
Complexity
Beginner
Category
Documentation