Skip to content

this repo us used to create pull request by all the students interested in opensource

Notifications You must be signed in to change notification settings

Newton-School/sdg-ru-open-source-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Contribution Challenge: Add Your Details to users.md

Welcome to the Contribution Challenge! This competition is designed to help you get familiar with contributing to open-source projects. Your task is to submit a simple pull request (PR) to add your basic details to the users.md file in this repository.

🏆 Competition Overview

  • Objective: Add your details (Name, Roll Number, Email ID, and GitHub ID) to the users.md file by creating a pull request.
  • Eligibility: All registered students with a GitHub account.
  • Competition Dates:
    • Start: 11/10/2024
    • End: 12/10/2024

📋 Steps to Participate

Follow these steps to submit your entry successfully:

Step 1: Fork this Repository

  1. Click on the Fork button in the top-right corner of this repository. This will create a copy of the repository in your GitHub account.

Step 2: Clone the Forked Repository

  1. Open your terminal and run the following command to clone the forked repository to your local machine:

    git clone https://github.com/YOUR_GITHUB_USERNAME/REPOSITORY_NAME.git
  2. Navigate to the project directory:

    cd REPOSITORY_NAME

Step 3: Create a New Branch

  1. Create a new branch where you will add your details. Use a descriptive name for the branch:

    git checkout -b add-your-details

Step 4: Edit users.md File

  1. Open the users.md file in any code editor and add your details at the bottom in the following format:

    - **Name**: Your Name  
      **Roll Number**: Your Roll Number  
      **Email ID**: Your Email ID  
      **GitHub ID**: Your GitHub Username  
      **Other Details**: Any other details you'd like to share (optional)

Step 5: Commit Your Changes

  1. Save your changes and commit them:

    git add users.md
    git commit -m "Added my details"

Step 6: Push Your Changes

  1. Push your branch to your forked repository on GitHub:

    git push origin add-your-details

Step 7: Create a Pull Request

  1. Go to your forked repository on GitHub and click the Compare & Pull Request button.
    • Ensure the base repository is this repository, and the base branch is main (or master if applicable).
    • Write a brief description of your changes.
    • Submit the pull request.

Step 8: Await Review

  1. Our team will review and merge your pull request or provide feedback if any changes are needed. You'll officially be a contributor once your pull request is successfully merged!

⏳ Submission Deadline

The competition closes on 12/10/2024. Please make sure your pull request is submitted before this date.

📧 Need Help?

If you have any questions or need help, please get in touch with us on the Slack channel or create an issue in this repository.

💡 Tips for Beginners

  • Don't worry if this is your first contribution. Follow the steps carefully, and you'll be fine!
  • Take your time, and double-check that you've filled out your details correctly before submitting the pull request.

Good luck, and happy contributing! 🎉

About

this repo us used to create pull request by all the students interested in opensource

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •