Skip to content

Commit

Permalink
Editied contributiing markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
iraleigh committed Aug 7, 2017
1 parent 6582f05 commit 717270a
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Contributing to React Starter Kit

React Starter Kit is currently the most widely adopted Node.js/React boilerplate used by many
tech startups around the globe. We're working hard to keep it up to date, making sure that it
follows best practices and high coding standards, paying extremely close attention to details.

Your contributions are welcome and are greatly appreciated! Every little bit helps, and credit
will always be given.
Expand All @@ -19,9 +15,7 @@ those that are disrespectful.

Feedback is the breakfast for champions! We'd love to hear your opinions, discuss potential
improvements, architecture, theory, internal implementation, etc. Please, join or start a new
conversation in our [issue tracker](https://github.com/kriasoft/react-starter-kit/issues),
[Gitter](https://gitter.im/kriasoft/react-starter-kit) chat room, or let's talk face-to-face on
[Appear.in](https://appear.in/react) or [Skype](http://hatscripts.com/addskype?koistya).
conversation in our [issue tracker](https://github.com/seeds-of-creativity/home/issues)

### Documentation

Expand All @@ -33,22 +27,12 @@ files right from GitHub website as described [here](https://help.github.com/arti

Before opening an issue, please:

* Check the [Getting Started](https://github.com/kriasoft/react-starter-kit/blob/master/docs/getting-started.md) guide.
* Search the [issue tracker](https://github.com/kriasoft/react-starter-kit/issues) to make sure
* Search the [issue tracker](https://github.com/seeds-of-creativity/home/issues) to make sure
your issue hasn’t already been reported.
* If your issue sounds more like a question, please post it on StackOverflow.com instead with the
tag [react-starter-kit](http://stackoverflow.com/questions/tagged/react-starter-kit).

### Pull Requests

Before you submit a [pull request](https://help.github.com/articles/using-pull-requests/) from your
forked repo, check that it meets these guidelines:

* If the pull request adds functionality, the docs should be updated as part of the same PR.
* Create a separate PR for each small feature or bug fix.
* [Squash](http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git)
your commits into one for each PR.
* Run `npm test` to make sure that your code style is OK and there are no any regression bugs.
**TODO**

#### Style Guide

Expand Down

0 comments on commit 717270a

Please sign in to comment.