Skip to content

Commit

Permalink
Merge pull request activeadmin#1684 from parndt/patch-5
Browse files Browse the repository at this point in the history
Corrected Github/github to GitHub
  • Loading branch information
James McKinney committed Sep 21, 2012
2 parents 1d04586 + f63c9a3 commit c2ca07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This is a guide to contributing to Active Admin. It should walk you through the
major steps to contributing code to the project.

### 1. Create an Issue on Github
### 1. Create an Issue on GitHub

The first step to contributing to Active Admin is creating a ticket in our
[ticketing system on Github](https://github.com/gregbell/active_admin/issues).
[ticketing system on GitHub](https://github.com/gregbell/active_admin/issues).
The community has been hard at work already, so please take a second to search
for the issue or feature before creating a new one.

Expand Down Expand Up @@ -107,5 +107,5 @@ up to date with Active Admin's master branch. If there were any changes, you
should rebase your feature branch and make sure that it will merge correctly. If
there are any merge conflicts, your pull request will not be merged in.

Now push your changes up to your feature branch on github and make a pull request!
Now push your changes up to your feature branch on GitHub and make a pull request!
We will pull your changes, run the test suite, review the code and merge it in.

0 comments on commit c2ca07e

Please sign in to comment.