Skip to content

It provides a global perspective and integrates material from many sources in one place.

Notifications You must be signed in to change notification settings

ALOKARYAN51/E-Library-frontend

Repository files navigation

A community repository to allow enthusiasts and beginners add their projects for @DigitalOcean's HacktoberFest

Skills

  • HTML5.
  • CSS3.
  • Javascript.
  • bootstrap.
  • php

How to contribute ?

We want to make contributing as easy as transparent as possible whether it is :

  • Reporting a bug.
  • proposing new features.
  • submiting a fix.

steps.

  1. Fork this repository
  2. Clone the fork repository.
   git clone https://github.com/ALOKARYAN51/E-Library-frontend.git
  1. Navigate to the project directory
   cd E-Library-frontend
  1. Add a reference to original repositrory.
   git remote add upstream https://github.com/ALOKARYAN51/E-Library-frontend.git
  1. See changes using
    git remote -v
  1. Create new branch
  git checkout -b <your_branch_name> 
  1. Always take pull request from upstream repository to your master branch to keep it per with the main project.
    git pull upstream master
  1. Make change in the source code.
  2. Add and then commit your changes
   git add .
   git commit -m <your_commit_messages>
  1. Push your local branch to remote repository.
    git push -u origin <your_branch_name>
  1. create a pull request.
  2. Finally, go to your repository in browser and click on compare and pull requests
  3. Then add a title and description to your pull request thats explain your precious effort.
  4. click on Create Pull Request

congratulation!

You contributed to open source project & sit relax wait for review. Thank you.

If you like this repo, drop a ⭐

About

It provides a global perspective and integrates material from many sources in one place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published