Add contribution section

Add Contribution and badge
This commit is contained in:
Vahid Panjganj 2017-06-30 12:10:53 +01:00
parent dd4d874cf8
commit 26790ac42e
2 changed files with 6 additions and 2 deletions

4
CONTRIBUTING.md Normal file
View File

@ -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)

View File

@ -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)