You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,7 @@ Before you create a new Issue:
32
32
* By adding "Closes #xyz" to a commit message will auto close the issue once the pull request is merged in.
33
33
* Small changes are usually accepted and merged in within a week (provided that 2 collaborators give the okay)
34
34
* Larger changes usually spark further discussion and possible changes prior to being merged in.
35
+
36
+
## Documentation (meanjs.org)
37
+
38
+
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.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
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
188
188
## Live Example
189
189
Browse the live MEAN.JS example on [http://meanjs.herokuapp.com](http://meanjs.herokuapp.com).
190
190
191
+
## Contributing
192
+
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.
193
+
191
194
## Deploying To Cloud Foundry
192
195
193
196
Cloud Foundry is an open source platform-as-a-service (PaaS). The MEANJS project
0 commit comments