We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcf059 commit 610297eCopy full SHA for 610297e
doc/onboarding-extras.md
@@ -130,10 +130,7 @@ to update from nodejs/node:
130
* `git remote update -p` OR `git fetch --all` (I prefer the former)
131
* `git merge --ff-only upstream/master` (or `REMOTENAME/BRANCH`)
132
133
+## Best practices
134
-## best practices
135
-
136
-* commit often, out to your github fork (origin), open a PR
137
-* when making PRs make sure to spend time on the description:
138
- * every moment you spend writing a good description quarters the amount of time it takes to understand your code.
139
-* usually prefer to only squash at the *end* of your work, depends on the change
+* When making PRs, spend time writing a thorough description.
+* Usually only squash at the end of your work.
0 commit comments