devopscoding / PHP-Code

PHP programs & practicals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2021

PHP-Code

Please Only PHP Code Are allow!

❓ What's Hacktoberfest 2021?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2021.

During the entire month of October 2021, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).

FORK THE REPO, FIX THE ISSUE, CREATE PR — IT'S SIMPLE AS THAT!

This repository has many projects and issues. You shall first fork the repository and fix the issue and commit changes. After that create pull request. Shall we create a simple website with PR? Contribute your codes in projects directory

Show your HTML, CSS and JS skills now. Upload your projects in the projects directory.

We shall create a website in this repository. So you can add pages files, css or js functionalities.

Add your other projects too. You can add projects made in any language. Think and create PR.


Steps to setup this Repository Locally

  1. Fork this repository to your account.
  2. Go to Git Bash and Clone the forked repository using : a. Clone the repository
   git clone https://github.com/your_username/make-pull-request
  1. Open the folder in your favourite code editor and add your changes or modifications.

Creating a PR

  1. After making changes or modification on to your code locally, you need to add these files to the staging area.
  git add <file-name>
  1. Once files added, you need to commit the changes to with an appropriate commit message.
  git commit -m "<your-message>"
  1. After commiting the changes, you need to push the changes
   git push origin <branch-name>
  1. Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

  2. Click it and you'll be taken to this screen

  3. Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

  4. That's it. You have opened a PR. Wait for it to get merged.

Thanks You

About

PHP programs & practicals.


Languages

Language:PHP 53.6%Language:CSS 25.6%Language:Hack 20.9%