Skip to content

Commit

Permalink
Added to switch to the correct repository
Browse files Browse the repository at this point in the history
I always forget this.... And it's nowhere in the documentation
  • Loading branch information
JeffreyPerplex authored and emmaburstow committed Nov 7, 2019
1 parent d41e5bb commit 2bbe2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Great question! The short version goes like this:
* **Clone** - when GitHub has created your fork, you can clone it in your favorite Git tool

![Clone the fork](img/clonefork.png)


* **Switch to the correct repository** - switch to the v8-dev branch
* **Build** - build your fork of Umbraco locally as described in [building Umbraco from source code](BUILD.md)
* **Change** - make your changes, experiment, have fun, explore and learn, and don't be afraid. We welcome all contributions and will [happily give feedback](#questions)
* **Commit** - done? Yay! 🎉 **Important:** create a new branch now and name it after the issue you're fixing, we usually follow the format: `temp-12345`. This means it's a temporary branch for the particular issue you're working on, in this case `12345`. When you have a branch, commit your changes. Don't commit to `v8/dev`, create a new branch first.
Expand Down

0 comments on commit 2bbe2c0

Please sign in to comment.