Update quotes.txt

Change-Id: Ic9f3f6e68d4ac1f43a0c9796d167927649b7035d
GitHub-Last-Rev: 941c2e33e5022af43983b8ae41831b7f63a3e906
GitHub-Pull-Request: golang/scratch#20
Reviewed-on: https://go-review.googlesource.com/93837
Reviewed-by: Andrew Bonventre <andybons@golang.org>
1 file changed
tree: 61b9599dd092d94223367901dfe1d4962686ff4f
  1. aashishkarki/
  2. abhi-go/
  3. adamkisala/
  4. aman/
  5. andrestc/
  6. andybons/
  7. apatzer99/
  8. aschlesener/
  9. audrey/
  10. avelino/
  11. bdowns/
  12. bflanigan/
  13. blainsmith/
  14. brainsnail/
  15. bschoch/
  16. btracey/
  17. calerogers/
  18. calvinbehling/
  19. calvn/
  20. carlisia/
  21. carmen/
  22. cassandraoid/
  23. Ch3ck/
  24. chimeracoder/
  25. clairew/
  26. cmcguinness/
  27. codyoss/
  28. cpallares/
  29. csduarte/
  30. danicat/
  31. darron/
  32. dechensherpa/
  33. dicaormu/
  34. dlsniper/
  35. draina/
  36. drichelson/
  37. epkann/
  38. evanh/
  39. filippo/
  40. frojasg/
  41. fuzz/
  42. gautamdey/
  43. geototti21/
  44. ghchinoy/
  45. ghoil/
  46. gk/
  47. gmarik/
  48. grantseltzer/
  49. grepory/
  50. hakim/
  51. hanwen/
  52. herbie/
  53. huadcu/
  54. iccha/
  55. itch/
  56. ivan3bx/
  57. jakobernik/
  58. jbd/
  59. jboursiquot/
  60. jcbwlkr/
  61. jda/
  62. jkerr123/
  63. joeshaw/
  64. johnnyluo/
  65. joshroppo/
  66. jwangsadinata/
  67. jwilder/
  68. katemanson/
  69. landonbjones/
  70. leighcapili/
  71. leighmcculloch/
  72. light/
  73. ljfranklin/
  74. mabu/
  75. martisch/
  76. matloob/
  77. mayra-cabrera/
  78. mbbroberg/
  79. mchoube/
  80. mdhender/
  81. mennis/
  82. merovius/
  83. mmcloughlin/
  84. mohan08p/
  85. mperez/
  86. msiggy/
  87. nathany/
  88. nikhita/
  89. ottogiron/
  90. pbnjay/
  91. pierreprinetti/
  92. pkch/
  93. pmoroney/
  94. pteichman/
  95. r/
  96. rautelap/
  97. robHertz/
  98. rogersimms/
  99. rogpeppe/
  100. ronang/
  101. rrey/
  102. rsc/
  103. sameer/
  104. sbuss/
  105. scorphus/
  106. senekis/
  107. seubert/
  108. sfrancia/
  109. shwsun/
  110. sm/
  111. sselph/
  112. stanchan/
  113. sukrithanda/
  114. suttonjesse/
  115. telliott/
  116. tessr/
  117. timburks/
  118. vanesa/
  119. vdemario/
  120. vickiniu/
  121. vsayer/
  122. waits/
  123. walkert/
  124. wallyqs/
  125. wrrn/
  126. wvides/
  127. xiam/
  128. LICENSE
  129. README.md
README.md

Scratch Repository

This repository is mainly for use by people learning how to use Gerrit and contribute to Go.

Click here for a tutorial on how to get started with a contribution to this repository.

A fuller, text-based tutorial based around the core Go project can be found here.

What should I add?

Add a folder with your username, and put a main function in there. You can put whatever you want in your main function; see the existing directories for examples.

All files should have the standard licensing header, and add appropriate documentation see the other files in this repository for an example.

Notes about Gerrit

If you have needed to change a Github pull request, you probably just added a second commit with the requested changes and pushed it. By contrast, all changes opened in Gerrit are a single commit, which means you need to amend your commit if the reviewer requests feedback.

To amend a previous commit, run git add (list of files you changed) to add your changes, then run git commit --amend to amend the commit to add new data. Your commit message should still summarize the entire commit (“Add kevinburke/main.go”), not just the change a reviewer asked for (“Fix typo”).

After you amend the commit, re-run git codereview mail to push that change to the server. Then in the Gerrit UI, find the in-line comments left by your reviewer, click “Done”, go back to the main PR page, and click “Reply” => “Send” to tell your reviewer that you've addressed your feedback.

Once you get a “Code-Review: +2” from a Go contributor, your change will be merged!

Need help?

Gerrit is not easy to get started with, and we want to help you out. If you are having trouble with Gerrit, contact the golang-devexp mailing list for help!