aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
AgeCommit message (Collapse)Author
2017-02-17doc: fix k.org links in CONTRIBUTINGAndriy Berestovskyy
Fix links for kernel.org code style document. Signed-off-by: Andriy Berestovskyy <Andriy.Berestovskyy@cavium.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2016-05-23doc: process-guide: convert CONTRIBUTING to asciidocMike Holmes
Converting to asciidoc allows a tidy page to be added to the online documentation without cutting and pasting into wordpress. Being Asccidoc a tiny amount of clutter is added to show code snippets attractively when rendered that make it slightly hard to read as a raw document. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2016-05-04doc: support asciidoctorMike Holmes
Ascidoctor is a python asciidoc interpreter it has greater capabilities than asciidoc which is a perl based interpreter. The resulting style sheet improvements result in more professional looking docs that can be further enhanced with our own css at some point. This also supports including code snippets in the documentation from the doxygen specification files. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
2016-02-08doc: update CONTRIBUTING and DEPENDENCIES files for imagesBill Fischofer
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2015-11-20CONTRIBUTING: add user doc guidelinesMike Holmes
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-11-12CONTRIBUTING: Improve the guidelinesMike Holmes
Clarify the ODP contribution process and add a common errors section. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-28CONTRIBUTING: Add doxygen commenting rulesMike Holmes
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-04CONTRIBUTING: Specify C standardMike Holmes
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
2014-07-11Added info on removing trailing whitespaceBill Fischofer
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
2014-06-16CONTRIBUTING: Comply with registered trade mark name for ODPAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-05-15remove link to old google groupMaxim Uvarov
Google group can not be accessed for people outside of that google group. We moved from google group to standard mailing list. Remove link reference to google and refine README and CONTRIBUTING. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2013-12-25odp: add license and contribution instructionsKim Phillips
License is 3-clause BSD, taken verbatim from [1] with: {OWNER,ORGANIZATION} = "Linaro Limited" YEAR = 2013 Contributions should for the most part mirror upstream linux kernel coding style and development practices. [1] http://opensource.org/licenses/BSD-3-Clause Signed-off-by: Kim Phillips <kim.phillips@linaro.org>