Hi Levieux!

I think Marcin already gave you the answer you seek, but still I want to
reinforce what he said.

First, for contributing to to Go, there is not only way of doing so. It
doesn't need to be coding at all, you can still contribute by writing
articles, speaking at conferences, doing videos or podcasts, even answering
questions at stack overflow (or publishing some) counts.

Because the tone of your message I know you meant actual code, but I just
wanted to open your mind about this possibility.

Second, if you want to contribute with code, you don't need to start with
the Go code base immediately. There are many popular (and unpopular)
libraries that you can contribute to to start getting the feeling of how it
works. My first official contribution to Go didn't have a single line of Go
code... I was organising the talk repository for the Gophercon Denver 2017
so... basically, markdown :)

Again, you've mentioned explicitly the go code base, so I'm getting there.

The good news is, although the Go code base is huge,  if you know what you
are looking for it can be quite easy to submit contributions.

I would divide the project in three parts (my own classification, not
official): the compiler code, the standard library and the command line
tools. It is very hard to know the entire code base, but maybe you have
some thing that you want to specialise into and it can help you to focus
your efforts on that part of the code.

To start contributing you need to sign the CLA and create a gerrit account.
The details can be found here https://golang.org/doc/contribute.html, but
I've also described the process here in my own terms:
https://hackernoon.com/configuring-googles-pixelbook-to-contribute-to-go-2be955c21936.
It seems that today you can already submit contributions directly to the
Github repo by the traditional Fork + Pull Request ,ethod, but I still
prefer the old one, for some unknown reason.

After setting up you can triage some "help wanted" or "good first issue"
issues here: https://github.com/golang/go/issues

My first issue was fixing 4 spaces... literally got 4 bytes of code
changed. +2, merged. No shame on that. I like to cite that example because
it is a clear proof that no change is too small.

The low hanging fruits are the Documentation bugs and Test coverage /
Examples. But there are also bugs and improvements from all types of
complexities that you can help with.

Be prepared for everything, I've mentioned that my first contribution to Go
was in markdown... my last one was in JavaScript... lol... I'm fixing a
weird bug in the present app, which is part of the command line tools.

I am yet to make a great contribution to the Go code base, with lots of Go
code and rainbows, but I hope my experience can show you that you don't
need to be a rocket scientist to contribute to it.

Best,

Daniela Petruzalek
Software Engineer
github.com/danicat
twitter.com/danicat83


Em sáb, 22 de jun de 2019 às 01:22, Levieux Michel <mlevieu...@gmail.com>
escreveu:

> Hi all,
>
> I've been thinking a lot about that lately and can't seem to find an
> answer on my own.
> I would be soooooo glad and fulfilled if I could contribute to the go
> project. However, I am wondering about whether or not it is my lack of
> knowledge of the go language that prevents me from taking the step.
>
> /* Skip this part, boring
>
> I mean, I have read a lot of the go source code, including the last
> version of the language. I know how maps work, I mean globally, I know
> things about the garbage collector, I know things about go assembly (maybe
> more than in some other themes, since it seems reallyyyyyyyy interesting
> for me), I know things about lexing, parsing, and compiling (but not much
> yet).
> I have developped several projects in Go (from really small to huge ones),
> I've worked on a real-time bidder (for advertising), I've worked on many
> different DB systems, Redis, MySQL, ElasticSearch... I've implemented cool
> things like conditional loggers, an ncurse snake game, an implementation of
> the encoding/json library (that is probably clearly not as good as the
> existing one since it was purely for fun, but I did it ^^ ).
> In fact, I really want to contribute to the go project, for many many
> reasons, most of which I think you will refer to (I am talking to the go
> community (in terms of development)).
>
> */ You can start again here
>
> 1. I love this project, I think it is going to go far further (yes, this
> choice of words) than many other languages, and I wanna be part of this
> world-wide change.
> 2. I think (subjectively, and clearly it looks like a mistake) that I can
> bring new ideas and concepts to the project itself.
> 3. I feel like we should all be part of such things. Projects that can be
> "world-changers", open-source, community-open, change-ready. And here I am
> not only referring to go, I am also referring to Unix systems, Kubernetes,
> Docker...
>
> And so many others I just can't find easily right now.
> So here is the question I am asking here:
> How did you guys know when you were like "ready" to contribute to the
> project and suggest changes, advance knowlegde and all of that?
>
> PS: to bring some clarity to this post, I am 22, I have like 4 years of
> experience in programming, a little in C, Java, C++, Python, but mostly in
> Go. I'm from France so please forgive my bad english.
>
> Thank you all in advance for your time and consideration.
>
> Michel,
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/CAL4P9zzV7spKu9CwsW3%3DpPR7dUX44H0HSdOua1RiB2mo%3DHxTxg%40mail.gmail.com
> <https://groups.google.com/d/msgid/golang-nuts/CAL4P9zzV7spKu9CwsW3%3DpPR7dUX44H0HSdOua1RiB2mo%3DHxTxg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2B%3DiyguOn4d5u_c2iohpve_kfNtKK_iiD%3D7HWF7GTo%3DRauPeTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to