Code Monkey home page Code Monkey logo

first_pr's Introduction

Hacktoberfest Poster

Welcome to Hacktoberfest 2023!

Begin your Open Source Journey as a contributor by learning to make Pull Requests to a repository.

Make your First PR!

  1. Fork this repository to your account by clicking the Fork button on this repo.

    Fork this repository

  2. You now have this repo in your GitHub account. You must be able to see it at github.com/your-github-username/hacktoberfest-2023. You can clone the repository.

  3. Go ahead and clone this repository from your account to your PC. Make sure you have Git installed on your PC. Use the command git clone https://github.com/<your-github-username>/hacktoberfest-2023 to clone the repository.

  4. Open the cloned directory using your system's file manager. You must see a folder called contributions. Go inside the folder using the commmand cd contributions. Inside this folder, you must create an HTML file named <name>.html where you replace *name with your name. Copy the HTML code shown below and paste it in the file with an image link which is possibly your GitHub profile picture and add your name and message in the respective places.

    <div class="card">
        <img src="your_github_profile_link" alt="Image" >
        <div>
            <p class="name">NAME : <b class="name1" style="color: #d2b863">Your_Name</b></p>
            <p class="message">MESSAGE : <b class="message1" style="color: #d2b863">My First PR</b></p>
        </div>
    </div>
    
    • Login to your GitHub account and click on the profile icon which appears at the leftmost side of the page.
    • Then right-click on the big avatar which appears at the left side of the screen.
    • Click Copy Image Address and replace your_github_profile_link with the link.

    Profile Picture

  5. After doing all these, save the file and close the editor.

  6. Now commit your changes by following the below steps:

    • Open the terminal/command prompt inside the cloned folder.
    • Run git add . to stage the file for committing.
    • Let's commit! Run git commit -m "Your commit message". Get creative with your commit message. You can follow the below format:
      • "[your name]: Add me as a contributor"
      • For instance: "[Hemanth]: Add me as a contributor"
    • Now let's get these changes to your GitHub repo. Run git push origin main.
  7. You are almost done! Now head over to the original repository from which you forked and click on Pull Requests.

    Pull Requests

  8. From here, I'll leave you on your own. Make a stunning PR using this flashy green button.

    Make a Pull Request

  9. Google will be your best friend in case you get stuck at any point from now. Now go ahead and make your first cool PR! Style this appropriately.

Leaderboard

first_pr's People

Contributors

govindkrishna03 avatar ivinjabraham avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.