Skip to content

nishantattrey07/nishantattrey07.github.io

Repository files navigation

This project aims to help people who are new to Front-End web development and also want to start with Open-Source

Hey everyone, This is a beginner-friendly repository. In this project, you can learn about HTML, modify the website according to your likes and add something you have learned.

What is on this website?


Here I have written notes about HTML and how to use them.This helps you to learn and practise parallelly.The plus point about this website is that you will be having notes made by you and other contributors.
Note: CSS notes will be added soon
Happy Contributing!


How to Start?

Do refer the CODE OF CONDUCT.

  • First, go through the website and try to understand what the website is about.
  • If your interests align with the aim of the project Fork the repository and then clone it.

  • Now you will say "Dude we are beginners, how we are going to fork and clone it?"
    Don't worry I am here to guide you through the step-wise process of making your first ever Open-Source contribution if you have not already
  • Fork and Clone

    1. Forking the Repository
      Go to the repository and At the top mid right of the repository their is an option of fork, click it and fork the repository
      Forking repository

    2. Cloning the repository

      1. Now go to your accounts forked repository, you will find a green colour code button on the right side of your screen
        green code button

      2. Now copy the link of the forked repository from your account
        copying link of forked repository

      3. After copying the link, open your terminal and in your preferred folder, copy the project to your system by typing git clone <link you copied>
        cloning forked repository using git clone command

    Now you have cloned the repository to your system and you can now contribute to this project while learning but wait!

    Now you might have a question that "Hey Nishant, we have added our part or say I have contributed to this project but its not showing any changes in the original repository.Its neither on the forked repository nor on the main one, so what to do?

    Well there are still some parts left that you should know!


  • COMMIT,PUSH & PULL
  • Commit and Push

    1. After completing your contribution or any change, it's time you update it on github as well
      So let's do it!
      • git add --all

      • commit and push
      • git commit -m "<your message while committing>"
      • git push -u origin main
        commit and push is shown in this image

    Pull Request

    By now, you have updated the changes you made in the forked repository on your account and now it's time to add those changes to the main repository. For that you need to do a Pull-Request to the maintainer or owner of the project. Let's see how it's done!
    1. Go to the Pull Request section on your forked repository

    2. showing pull request
    3. Now click on New Pull Request button (green colour) on the right of your screen

    4. create new pull request
    5. Now click on create pull request button on the right side

    6. create pull request
    7. Add the title of your pull request(specific to changes or updates you made) and explain it in the comment section

    8. Adding title for pull request
    9. Now click on Create Pull request
    Congrats! You made your first contribution.Now you have to wait for your pull request to get approved by the maintainer or owner

More Updates coming soon...
Happy learning and contributing, I hope you learned something new.

About

This project aims to help people who are new to Front-End web development and also want to start with Open-Source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published