I think this page was replaced with community.md. I think some of this content could be incorporated into community.md but some of its content is wrong for Apache.
Thanks Kathey Sent from my iPhone > On Mar 22, 2016, at 3:54 PM, [email protected] wrote: > > Repository: incubator-quarks-website > Updated Branches: > refs/heads/master 21a160785 -> 36df41bd6 > > > Fixed getinvolved page > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/36df41bd > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/36df41bd > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/36df41bd > > Branch: refs/heads/master > Commit: 36df41bd6c67e9ff7db6cef48014b3aa9ec49171 > Parents: 21a1607 > Author: wcmarsha <[email protected]> > Authored: Tue Mar 22 15:54:39 2016 -0700 > Committer: wcmarsha <[email protected]> > Committed: Tue Mar 22 15:54:39 2016 -0700 > > ---------------------------------------------------------------------- > site/docs/getinvolved.md | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/36df41bd/site/docs/getinvolved.md > ---------------------------------------------------------------------- > diff --git a/site/docs/getinvolved.md b/site/docs/getinvolved.md > new file mode 100644 > index 0000000..8f9d891 > --- /dev/null > +++ b/site/docs/getinvolved.md > @@ -0,0 +1,28 @@ > +--- > +title: Get Involved > +--- > + > +# Get Involved with Quarks > + > +Welcome to the Quarks community! We would love to have you participate as a > user of Quarks, a contributor or both. > + > +## Contribute Code > + > +If you plan to make any significant contribution, you will need to have a > Contributor License Agreement > [(CLA)](https://github.com/quarks-edge/quarks/blob/master/licences/Quarks-cla-individual.pdf) > on file. Get a copy of the CLA, fill it out and follow the instructions in > the CLA to file it. Committers will require a CLA before they commit > contributions. > + > +When you are considering a code contribution, make sure there is an > [Issue](https://github.com/quarks-edge/quarks/issues) that describes your > work or the bug you are fixing. For significant contributions, please > discuss your proposed changes in the Issue so that others can comment on your > plans. Someone else may be working on the same functionality, so it's good > to communicate early and often. A committer is more likely to accept your > change if there is clear information in the Issue. > + > +The best way to start on the code is to > [fork](https://help.github.com/articles/fork-a-repo/) Quarks and make changes > in your fork. When you're happy with the changes in your fork, issue a [pull > request](https://github.com/quarks-edge/quarks/pulls). Make sure you > document your code and contribute tests along with the code. > + > +We welcome new committers. Get information on committers [here](committers). > + > +## Contribute Documentation for the Web Site > + > +Contributing documentation is similar to contributing code. Follow the > instructions in the Contribute Code Section above. If you are submitting > documentation for the web site, you will need to use Markdown and Jekyll to > develop your web pages. > + > +* [Markdown Cheat > Sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) > +* [Using Jekyll with > Pages](https://help.github.com/articles/using-jekyll-with-pages/) > + > +## Use Quarks and Participate in the Community > + > +Please [download](https://github.com/quarks-edge/quarks/releases/latest) the > latest release of Quarks and use it. We would love to get your feedback. > Create an [Issue](https://github.com/quarks-edge/quarks/issues) for any bugs > you encounter, requests for enhancements or questions you may have. Feel free > to comment on existing issues as well. You are welcome to update the > [wiki](https://github.com/quarks-edge/quarks/wiki) with any information you > want to provide to help others. Just link in any new pages, to be sure they > are not lost. If you have any significant comments on existing wiki pages, > open an Issue to have a discussion. >
