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

Commit

Permalink
Merge pull request postmodern#256 from yous/fix-contributing
Browse files Browse the repository at this point in the history
Fix markdown of CONTRIBUTING.md
  • Loading branch information
postmodern committed Jan 6, 2016
2 parents 5410069 + 2ea8504 commit b4e3256
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ repository.**
* Load function arguments into local variables for readability:

function do_stuff()
{
local ruby="$1"
local version="$2"
# ...
}
{
local ruby="$1"
local version="$2"
# ...
}

* Explicitly return error codes with `|| return $?`.
* Keep branching logic to a minimum.
Expand Down

0 comments on commit b4e3256

Please sign in to comment.