Skip to content

Commit

Permalink
squash: remove colons from headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Aug 12, 2016
1 parent 3f17c9f commit 981270f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onboarding session.
* issues, labels, and reviewing code
* merging code

## setup:
## setup

* notifications setup
* use https://github.com/notifications or set up email
Expand Down Expand Up @@ -110,7 +110,7 @@ onboarding session.
* The remaining elements on the form are typically unchanged with the exception of `POST_STATUS_TO_PR`. Check that if you want a CI status indicator to be automatically inserted into the PR.


## process for getting code in:
## process for getting code in

* the collaborator guide is a great resource: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#technical-howto

Expand Down Expand Up @@ -171,7 +171,7 @@ Landing a PR
* close the original PR with "Landed in `<commit hash>`".


## exercise: make PRs adding yourselves to the README.
## exercise: make PRs adding yourselves to the README

* Example: https://github.com/nodejs/node/commit/7b09aade8468e1c930f36b9c81e6ac2ed5bc8732
* to see full URL: `git log 7b09aade8468e1c930f36b9c81e6ac2ed5bc8732 -1`
Expand All @@ -181,7 +181,7 @@ Landing a PR
* Make sure to added the `PR-URL: <full-pr-url>`!


## final notes:
## final notes

* don't worry about making mistakes: everybody makes them, there's a lot to internalize and that takes time (and we recognize that!)
* very few (no?) mistakes are unrecoverable
Expand Down

0 comments on commit 981270f

Please sign in to comment.