From 5a4fe5aad125951712fcd2b0005503830c9c90db Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Sat, 17 Oct 2015 10:51:20 -0700 Subject: [PATCH] [docs] Information about Contributing --- CONTRIBUTING.md | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b66b5cb..dc909ec5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index cc21d026..ccf5512c 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,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