fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

CONTRIBUTING: describe how to update changes

Change-Id: I02f1bbb7c875db60ab714e97ad7bea524f0bdc87

+10
+10
CONTRIBUTING
··· 34 34 git push gerrit HEAD:refs/for/master 35 35 36 36 * Add hanwen@google.com as a reviewer in the Web UI 37 + 38 + * To make changes in response to the review, do 39 + 40 + git commit --amend 41 + 42 + and include your updated files into the commit. Then 43 + 44 + git push gerrit HEAD:refs/for/master 45 + 46 + will push a new patchset.