Skip to content

rsnemmen/test-bug-fixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributing to a GitHub project

This tutorial will help with the following situation: when you are proposing changes to someone else's repo for which you do not have write permissions.

TL;DR: how to pull request or fix bugs in someone else's project.

Tasks

1. fork this repo

i.e. create your own copy of this.

2. clone locally your fork

4. create a branch for your edits

git checkout -b newbranch

5. open source.tex and each person fixes a specific "error" in the "source code"

But wait for me, I will tell you what an "error" means in this context.

6. Commit and push the new branch

git commit -am "descreva o que mudou"
git push -u origin newbranch

7. Create the pull request: contribute your bug fix to the code

8. Now I will review your pull requests

In order to check out how the original project is evolving (or not) with the input of the group.

Links

Contributing to open source on github

About

Learning how to pull request (i.e. fix bugs in someone else's project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages