summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
Commit message (Collapse)AuthorAgeFilesLines
* doc: convert standard project docs to markdownDr. Matthias St. Pierre2020-02-261-80/+0
| | | | | | | | | In the first step, we just add the .md extension and move some files around, without changing any content. These changes will occur in the following commits. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10545)
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-1/+1
| | | | | | | Fixes #10998 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11000)
* Add a note in the contributing file about trivial commits.Pauli2019-06-271-2/+10
| | | | | | | | A better explanation of where the "CLA: trivial" line goes and how to add it post hoc. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9265)
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
| | | | | | | | | | | | Trim trailing whitespace. It doesn't match OpenSSL coding standards, AFAICT, and it can cause problems with git tooling. Trailing whitespace remains in test data and external source. Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8092)
* Change license to the Apache License v2.0Richard Levitte2018-12-061-1/+1
| | | | | | | | | | This applies to the 'master' git branch and OpenSSL version 3.0.0 and up. Pre-3.0.0 versions retain the previous license. The boilerplate will change in increments after this change. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7764)
* Add a note on CHANGES and NEWS in CONTRIBUTINGRichard Levitte2018-05-171-0/+17
| | | | | Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/6249)
* Updated to CONTRIBUTING to reflect GitHub, etc.Rich Salz2018-04-071-25/+26
| | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5889)
* Update the location of the pod filesBeat Bolli2016-11-181-2/+2
| | | | | | | | | CLA: trivial Since 99d63d4 ("Move manpages to man[1357] structure.", 2016-10-26), the location of the pod files has changed. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1951)
* Fix grammar-o in CONTRIBUTINGBenjamin Kaduk2016-11-011-1/+1
| | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1625)
* RT is put out to pastureRich Salz2016-10-121-37/+16
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1702)
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
| | | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1245)
* Add a paragraph on documentation to CONTRIBUTINGMatt Caswell2016-06-031-0/+4
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Further update CONTRIBUTINGMatt Caswell2016-06-031-2/+2
| | | | | | | Tweak to the wording on merge commits. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CONTRIBUTINGMatt Caswell2016-06-031-9/+12
| | | | | | | Fix typos and clarify a few things in the CONTRIBUTING file. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Recommend GH over RT, per team vote.Rich Salz2016-05-111-32/+58
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Ask for tests in CONTRIBUTINGRich Salz2016-01-251-0/+4
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Clarify the preferred way of creating patch filesMatt Caswell2015-11-021-2/+8
| | | | | | Clarify that git format-patch output is preferred for creating patch files. Reviewed-by: Richard Levitte <levitte@openssl.org>
* PR1279: Clean up CONTRIBUTINGRich Salz2015-11-011-18/+7
| | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Move contributing info to CONTRIBUTINGManish Goregaokar2015-10-171-0/+43
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>