Giter VIP home page Giter VIP logo

phpquery's Introduction

How to make contributions on Github

Search Issues (second option to the right of the search bar up top).
Some search queries you can use: 'typos', 'documentation', 'html', etc.
When you find an Issue you are interested in resolving, click on the repository name and follow the below steps:

  1. Fork the repository
  2. Find the ssh or https link on the right-hand side of the repository. Copy the link and then type this into your terminal:
$git clone <ssh url>

This will copy all the repository files onto your computer.
3. $cd <repo folder> 4. Make a new branch and change into it:
$git checkout -b <new branch name> 5. Open the file that contains the error in your text editor. 6. Make changes. 7. Add, commit, and push your changes.

$git add <filename>    
$git commit -m "<message>" --author-'Ellen<[email protected]>'   
$git push <remote name> <branch name>   
  1. Compare and hit green 'Pull-Request' button.
  2. Hit 'Create Pull Request'
  3. Finished!

You can also use Code Triage to search for Github issues.
Use their 'Filter list by Language' to see PHP specific issues.
alt text

phpquery's People

Contributors

sunsplat avatar

Watchers

James Cloos avatar Robert Kovacs 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.