Skip to content

sunsplat/phpquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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<youremail@email.com>'   
$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

About

Automatically exported from code.google.com/p/phpquery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.6%
  • HTML 1.4%
  • JavaScript 1.0%