aboutsummaryrefslogtreecommitdiff
path: root/content/developer-experience.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: remove link to the Slack channelJaana Burcu Dogan2017-07-18
| | | | | | | | | | | Slack channel is not the primary channel but a support channel. From the text, the readers assume that it will be the canonical communication channel. Change-Id: I6440b3e2f6089f99c038d7937b77b6fb6d301f61 Reviewed-on: https://go-review.googlesource.com/40314 Reviewed-by: Dave Cheney <dave@cheney.net> Reviewed-by: Kevin Burke <kev@inburke.com>
* content/developer-experience: fix typo in nameDmitri Shuralyov2017-04-19
| | | | | | | | | | | Both Dmitry and Dmitri are valid spelling variations of the same name, this name just happens to use the latter. Reference: https://dmitri.shuralyov.com/about. Change-Id: Ic54c585c1a8dcc514b10e108b956ccddda001091 Reviewed-on: https://go-review.googlesource.com/40310 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/developer-experience: update publish dateChris Broadfoot2017-04-10
| | | | | | Change-Id: Iea4d7e2ba0d77df15d9f1e19ecd3aba387a0d82d Reviewed-on: https://go-review.googlesource.com/40210 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content: add the developer experience working group articleJaana Burcu Dogan2017-04-06
Change-Id: I6f8e46a900ab909219c6730c7ac385784f2c983d Reviewed-on: https://go-review.googlesource.com/39790 Reviewed-by: Steve Francia <spf@golang.org>