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

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushal10 committed Oct 31, 2016
1 parent 936223a commit 6b033c6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,22 @@
# Contributing

You are free to contribute to realtime-toastr via GitHub Pull Requests.


## Git branch model
[A successful git branching model](http://nvie.com/posts/a-successful-git-branching-model/)


## How to pull request

1. [Fork](https://github.com/sqlcollaborative/dbareports/fork) this repo.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
4. Open a [Pull Request](https://github.com/sqlcollaborative/dbareports/pulls) :D
5. Wait for others to accept the request or provide insightful feedback to improve your contribution.


## Be generous with comments

Comments get filtered out when compiling. If you do *anything* that can not be immediately understood: comment it.

0 comments on commit 6b033c6

Please sign in to comment.