|
@@ -47,13 +47,13 @@ git commit -a -m "Add new feature."
|
47
|
47
|
git push aalexand
|
48
|
48
|
```
|
49
|
49
|
|
50
|
|
-where `aalexand` is your Github user ID. Then proceed to the Github UI to send a
|
|
50
|
+where `aalexand` is your GitHub user ID. Then proceed to the GitHub UI to send a
|
51
|
51
|
code review.
|
52
|
52
|
|
53
|
53
|
# Code reviews
|
54
|
54
|
|
55
|
55
|
All submissions, including submissions by project members, require review.
|
56
|
|
-We use Github pull requests for this purpose.
|
|
56
|
+We use GitHub pull requests for this purpose.
|
57
|
57
|
|
58
|
58
|
The pprof source code is in Go with a bit of JavaScript, CSS and HTML. If you
|
59
|
59
|
are new to Go, read [Effective Go](https://golang.org/doc/effective_go.html) and
|