diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d7fc53a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +# Contributing to Project Guidelines + +### No guidelines here :D, hit us with your PR. +**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) \ No newline at end of file diff --git a/README.md b/README.md index 9c03706..7dee944 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![Logo of the project](./logo.png) -# Project Guidelines +# Project Guidelines · [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) > While developing a new project is like rolling on a green field for you, maintaining it is a potential dark twisted nightmare for someone else. Here's a list of guidelines we've found, written and gathered that (we think) works really well with most javascript projects. -If you want to share a best practice, or think one of these guidelines should be removed, [feel free to share it with us](https://help.github.com/articles/creating-a-pull-request/). +If you want to share a best practice, or think one of these guidelines should be removed, [feel free to share it with us](http://makeapullrequest.com). - [Git](#git) - [Documentation](#documentation) - [Environments](#environments)