Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 5e119fc

Browse files
author
Kent C. Dodds
committed
chore(docs): Add links
1 parent 65c9793 commit 5e119fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Contributing
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](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
5+
36
You **always** want to look at this file *before* contributing. In here you should find
47
steps that you need to take to set up your development environment as well as instructions
58
for coding standards and contributing guidelines.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
[![downloads](https://img.shields.io/npm/dm/stack-overflow-copy-paste.svg?style=flat-square)](http://npm-stat.com/charts.html?package=stack-overflow-copy-paste&from=2015-08-01)
77
[![MIT License](https://img.shields.io/npm/l/stack-overflow-copy-paste.svg?style=flat-square)](http://opensource.org/licenses/MIT)
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
9+
[![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
910
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
1011

1112

1213
This is a collection of utility JavaScript functions copy/pasted and slightly modified from StackOverflow answers 😀
1314

14-
This repo is used as the basis for an Egghead.io series I'm working on entitled: Contributing to an Open Source Project on GitHub
15+
This repo is used as the basis for an [Egghead.io](https://egghead.io) series I'm working on entitled: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
1516

1617
## Usage
1718

0 commit comments

Comments
 (0)