Skip to content

Commit 9f13b55

Browse files
Merge pull request #1881 from kentcdodds/pr/prs-welcome
chore(docs): Add links to help first-time contributors
2 parents 19dd824 + 1ffb9a1 commit 9f13b55

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ If you find a bug in the source code or a mistake in the documentation, you can
1515
submitting an issue to our [GitHub Repository][github_newissue]. Even better you can submit a Pull Request
1616
with a fix.
1717

18+
**Working on your first Pull Request?** You can learn how from this *free* series
19+
[How to Contribute to an Open Source Project on GitHub](egghead_series)
20+
1821
[docs_contributing]: http://karma-runner.github.io/0.13/dev/contributing.html
1922
[gitter]: https://gitter.im/karma-runner/karma
2023
[stackoverflow]: http://stackoverflow.com/questions/tagged/karma-runner
2124
[github_newissue]: https://github.com/karma-runner/karma/issues/new
25+
[egghead_series]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Karma
22
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/karma-runner/karma) [![npm version](https://img.shields.io/npm/v/karma.svg?style=flat-square)](https://www.npmjs.com/package/karma) [![npm downloads](https://img.shields.io/npm/dm/karma.svg?style=flat-square)](https://www.npmjs.com/package/karma)
33

4-
[![Build Status](https://img.shields.io/travis/karma-runner/karma/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma) [![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies)
4+
[![Build Status](https://img.shields.io/travis/karma-runner/karma/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma) [![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies)
55

66
[![Sauce Test Status](https://saucelabs.com/browser-matrix/karmarunnerbot.svg)](https://saucelabs.com/u/karmarunnerbot)
77

docs/dev/01-contributing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pageTitle: Contributing to Karma
22

3+
**Working on your first Pull Request?** You can learn how from this *free* series
4+
[How to Contribute to an Open Source Project on GitHub](egghead_series)
35

46
You wanna contribute to Karma? That is truly great!
57
Here are some tips to get you started...
@@ -52,3 +54,4 @@ You just do it. There is no test to pass ;-)
5254
[Stack Overflow]: http://stackoverflow.com/questions/tagged/karma-runner
5355
[`docs/`]: https://github.com/karma-runner/karma/tree/master/docs
5456
[Maintaining Karma]: ./maintaining.html
57+
[egghead_series]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github

0 commit comments

Comments
 (0)