Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
update contributing guide to not reference release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrperritt committed Aug 14, 2015
1 parent efb1971 commit 1d8b6f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -28,11 +28,10 @@ fork as `origin` instead:
git remote add origin git@github.com/<my_username>/gophercloud
```

4. Checkout the latest development branch ([click here](/branches) to see all
the branches):
4. Checkout the latest development branch:

```bash
git checkout release/v1.0.1
git checkout master
```

5. If you're working on something (discussed more in detail below), you will
Expand Down

0 comments on commit 1d8b6f1

Please sign in to comment.