Skip to content

Commit

Permalink
Including a note in contributing about submitting pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed May 9, 2013
1 parent 0ad34b8 commit bb41d06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ issues or develop on the project the sections below provide
outlines on how to get started.

## Reporting Issues

Here's a quick list of things to consider before submitting an issue:

* Please [search for your issue before filing it: many bugs and improvements have already been reported](https://github.com/prose/prose/issues/search?q=)
Expand Down Expand Up @@ -53,6 +54,11 @@ code into a minified `prose.min.js` and see changes.
__ProTip:__ You may want to install `watch` so you can run `watch make` without
needing to execute `make` on every change.

## Submitting Pull Requests

All pull requests should be proposed to the [master](https://github.com/prose/prose/tree/master) branch.
the `gh-pages` branch manages rebuilds to the server.

## Code Style

### Javascript
Expand Down

0 comments on commit bb41d06

Please sign in to comment.