From 1bcd212df2f01816c02b302d739838c1a68e4190 Mon Sep 17 00:00:00 2001 From: Dave Crossland Date: Thu, 11 Apr 2019 12:52:00 -0400 Subject: [PATCH] Create CONTRIBUTING.md (#1575) https://github.com/fonttools/fonttools/community says fonttools doesn't have a contrib file, so I added one --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..ea116c410 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +## How to Contribute + +FontTools development is on-going in an active community of developers, that includes professional developers employed at major software corporations and at type foundries, as well as hobbyists. + +The project is run on Github, in the typical free/libre/open-source software way. +If you are unfamiliar with that, check out [opensource.guide](https://opensource.guide) and [producingoss.com](http://producingoss.com). + +We use Github's Issue Tracker to report, discuss and track bugs, map out future improvements, set priorities, and self-assign issues. +If you find a bug, have an idea for a new feature, then please [create a new issue](https://github.com/fonttools/fonttools/issues) and we'll be happy to work with you on it! + +If you have a question or want to discuss usage from an end-user perspective, there is a mailing list at [groups.google.com/d/forum/fonttools](https://groups.google.com/d/forum/fonttools) mailing list. + +If you would like to speak to someone directly, you can also email the project lead, Behdad Esfahbod, privately at + +If you make a pull request, you (or the organization that owns your copyrights) should be listed in the [README](https://github.com/fonttools/fonttools#copyrights). + +(There is also a development [groups.google.com/d/forum/fonttools-dev](https://groups.google.com/d/forum/fonttools-dev) mailing list for Continuous Integration notifications.) + +## Code reviews + +All submissions, including submissions by project members, go through a review process using GitHub Pull Requests. +Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more information on making Pull Requests. + +## Code of Conduct + +This project has a [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)