aboutsummaryrefslogtreecommitdiff
path: root/content/contributor-workshop.article
Commit message (Collapse)AuthorAge
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | The pre-Markdown blog invented a summary by copying the first paragraph of text. Often this was nonsense or at least useless. The new Markdown-enabled present format adds an explicit Summary line. The conversion populated these with the same first paragraph that the old format would have used implicitly. This commit rewrites them all to be proper short summaries. Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: use tabs consistently for code blocks + indentationRuss Cox2020-03-11
| | | | | | | | | | | | A few articles used four spaces instead. The present format will convert to four spaces for indentation on its own; use tabs. The present format does not care what indentation is used, but use tabs everywhere for consistency. For golang/go#33955. Change-Id: I2bab8aa72fa2f68d48fb833b7317f87d7624a05f Reviewed-on: https://go-review.googlesource.com/c/blog/+/222840 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fix some markup typos & mistakesRuss Cox2020-03-11
| | | | | | | | | | For golang/go#33955. Change-Id: I92c3c896055ed1baae34b0d85539068e6221ad38 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222838 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: update Twitter username shurcooL to dmitshurDmitri Shuralyov2018-07-23
| | | | | | | | | | | | I have renamed my GitHub username from shurcooL to dmitshur. Update the link in the Contribution Workshop article to point to the new username. Reference: https://twitter.com/dmitshur/status/1021266582834634752. Change-Id: I5562f8534ba1b67ea7981ea46287d66601611dfe Reviewed-on: https://go-review.googlesource.com/125440 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/contributor-workshop.article: typos/editsMatthew Broberg2017-09-29
| | | | | | | | | | * Edits to my section * Corrected link to my account * Making it a little more fun to read Change-Id: I82137abe8acdb79b96eb24732de2c2ef9d070a27 Reviewed-on: https://go-review.googlesource.com/54891 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: update link to point to first slide rather than lastRobin Eklind2017-09-29
| | | | | | Change-Id: I6098050db999660d515c3106be7c22eb167ced66 Reviewed-on: https://go-review.googlesource.com/55031 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/contributor-workshop.article: fix a couple of typosRob Pike2017-08-12
| | | | | | | | | One of them is a misformatting. Change-Id: I07fee028573865829c71f5124ec791cf286c65d2 Reviewed-on: https://go-review.googlesource.com/54510 Reviewed-by: Avelino <t@avelino.xxx> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: rephrasing contributions in workshopSteve Francia2017-08-09
| | | | | | Change-Id: I3e7feb2c4c24aa7f4cc904d833b0e49dbf7d71da Reviewed-on: https://go-review.googlesource.com/54450 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content: add Contributor Workshop PostSteve Francia2017-08-09
Change-Id: Idd20f8c6c5e9f630fee8c436ae48b4c0e1966dc9 Reviewed-on: https://go-review.googlesource.com/53870 Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com> Reviewed-by: Chris Broadfoot <cbro@golang.org>