Skip to content

Commit a3a8958

Browse files
ivanayovalexellis
authored andcommitted
Update contributing docs with "Get up to speed" section
This adds a "Get up to speed" section to the Get started contributing guide. The section contains links to Docker, Kubernetes, Go and Travis CI official docimentation as well as some interesting Golang blog posts and sources Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
1 parent e7e47da commit a3a8958

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/contributing/get-started.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ Before raising a PR or an issue request that you read our [Contributing guide](h
1616

1717
* Improve the [OpenFaaS CLI tooling](https://github.com/openfaas/faas-cli) with a PR or documentation
1818

19+
### Get up to speed
20+
21+
If you are new with Docker, Kubernetes or Go and would like to learn or just improve your skills, you may find the following links useful:
22+
23+
* [Docker Documentation](https://docs.docker.com)
24+
* [Kubernetes Documentation](https://kubernetes.io/docs/home/?path=browse)
25+
* Golang
26+
- [The Go Programming Language](https://golang.org)
27+
- [Go Documentation](https://golang.org/doc/)
28+
- Alex Ellis' [golang basics](https://blog.alexellis.io/tag/golang-basics/) blog posts
29+
- [The Case For Go](https://gist.github.com/ungerik/3731476) - a list of sources collected by Erik Unger
30+
- Another interesting blog post - [Why should you learn Go?](https://medium.com/@kevalpatel2106/why-should-you-learn-go-f607681fad65) by Keval Patel
31+
- Official Golang [GitHUb](https://github.com/golang) account
32+
* [Travis CI User Documentation](https://docs.travis-ci.com)
33+
1934
### Main Git repositories
2035

2136
Git is used for version control and all repositories are public available under two organisations.

0 commit comments

Comments
 (0)