diff --git a/README.md b/README.md index cb128eb0..8db7115f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![codecov](https://codecov.io/gh/gomods/athens/branch/master/graph/badge.svg)](https://codecov.io/gh/gomods/athens) [![GoDoc](https://godoc.org/github.com/gomods/athens?status.svg)](https://godoc.org/github.com/gomods/athens) [![Go Report Card](https://goreportcard.com/badge/github.com/gomods/athens)](https://goreportcard.com/report/github.com/gomods/athens) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) Welcome to the Athens project! We're building all things Go package repository in here. diff --git a/docs/content/contributing/new/github.md b/docs/content/contributing/new/github.md index 6d73311a..27a75167 100644 --- a/docs/content/contributing/new/github.md +++ b/docs/content/contributing/new/github.md @@ -52,7 +52,9 @@ more and more with other contributors. [Brian Ketelsen](https://twitter.com/bketelsen) created an awesome video on making your first open source pull request, for an overview of the process go -[watch that now](https://www.youtube.com/watch?v=bgSDcTyysRc). +[watch that now](https://www.youtube.com/watch?v=bgSDcTyysRc). There's also a +[great video series](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) +on contributing to an Open Source project by [Kent C. Dodds](https://twitter.com/kentcdodds). When we receive a new pull request, it may take time for a maintainer or other contributor to get to it, but when we do a few things will happen.