Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ onboarding session.
* git:
* Make sure you have whitespace=fix: `git config --global --add
apply.whitespace fix`
* It's recommended to default sign commits under the Node.js repository.
Run: `git config commit.gpgsign true` inside nodejs folder.
Comment thread
RafaelGSS marked this conversation as resolved.
Outdated
* Always create a branch in your own GitHub fork for pull requests
* Branches in the `nodejs/node` repository are only for release lines
* Add the canonical nodejs repository as `upstream` remote:
Expand Down