1
0
mirror of https://github.com/google/fonts.git synced 2024-11-28 11:00:21 +03:00
fonts/CONTRIBUTING.md

32 lines
2.9 KiB
Markdown
Raw Normal View History

2015-06-06 03:09:49 +03:00
# Contributor License Agreement
2015-03-09 00:19:41 +03:00
2015-06-06 03:09:49 +03:00
We'd love to accept your patches and contributions to this project. There is just one thing you need to do first...
2015-03-09 00:19:41 +03:00
2015-06-06 03:09:49 +03:00
Contributions to Google projects, even unofficial ones like this, must be accompanied by a Contributor License Agreement.
This is not a copyright assignment, it simply gives Google permission to use and redistribute your contributions as part of the project.
2015-03-09 00:19:41 +03:00
2015-06-06 03:09:49 +03:00
* If you are an individual writing original source code and you're sure you own the rights, then you'll need to sign an
[individual CLA](https://developers.google.com/open-source/cla/individual)
* If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate)
2015-03-09 00:19:41 +03:00
You generally only need to submit the Google CLA once, so if you've already submitted one for a different project, you probably don't need to do it again.
2015-06-06 03:09:49 +03:00
After your contribution is included, you will be listed in [CONTRIBUTORS](CONTRIBUTORS) and/or [AUTHORS](AUTHORS) files;
CONTRIBUTORS is the official list of people who can contribute (and typically have contributed) code to this repository, while the AUTHORS file lists the copyright holders.
# Font Requirements
If you would like to include a font family in the Google Fonts collection we'll be very happy to include it, if it meets the following criteria:
* The typeface design is original, or a legitimate revival of a design in the public domain, and of good quality
* The project is licensed under the [SIL Open Font License v1.1](scripts.sil.org/OFL), with no Reserved Font Name
* The project is developed on Github or similar, with complete corresponding sources, [open](http://producingoss.com) to public participation, and actively maintained. Sources mean the fonts are available in the preferred form of modification, plus reproducible build instructions or scripts
* All font files are available in TTF format, with hinting (such as with [ttfautohint](http://www.freetype.org/ttfautohint/)
* All font files have at a minimum the 215 glyphs listed in our [latin_unique-glyphs.nam](https://github.com/google/fonts/blob/master/tools/encodings/latin_unique-glyphs.nam)
* All font files within the family have the same glyph set
* A `README.md` file is included in the root of the source repository with [FONTLOG](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ofl-faq_web#43cecb44) information, so that we can prepare a description ([example](https://github.com/google/fonts/blob/master/ofl/poppins/DESCRIPTION.en_us.html))
2015-06-06 03:12:05 +03:00
When your project meets these criteria, please [file an issue](https://github.com/google/fonts/issues) with a link to the source repository.
2015-06-06 03:09:49 +03:00
(In the future we hope to provide guidance on making pull requests directly, but since we carefully check the technical aspects of the fonts, its better to work with us on your upstream project.)