Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1002 from codydaig/docs/contributing-docs
Browse files Browse the repository at this point in the history
[docs] Information about Contributing
codydaig committed Oct 17, 2015
2 parents 1729db3 + 5a4fe5a commit eb8d819
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -32,3 +32,7 @@ Before you create a new Issue:
* By adding "Closes #xyz" to a commit message will auto close the issue once the pull request is merged in.
* Small changes are usually accepted and merged in within a week (provided that 2 collaborators give the okay)
* Larger changes usually spark further discussion and possible changes prior to being merged in.

## Documentation (meanjs.org)

The code for the documentation and the website are located in the meanjs/mean repo on the gh-pages branch. The website is hosted by github pages and generated using jekyll. See the README in the gh-pages branch for more information on how to get your dev enviorment set-up.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -188,6 +188,9 @@ In the docs we'll try to explain both general concepts of MEAN components and gi
## Live Example
Browse the live MEAN.JS example on [http://meanjs.herokuapp.com](http://meanjs.herokuapp.com).

## Contributing
We welcome pull requests from the community! Just be sure to read the [contributing](https://github.com/meanjs/mean/blob/master/CONTRIBUTING.md) doc to get started.

## Deploying To Cloud Foundry

Cloud Foundry is an open source platform-as-a-service (PaaS). The MEANJS project

0 comments on commit eb8d819

Please sign in to comment.