xref: /aosp_15_r20/external/fonttools/CONTRIBUTING.md (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1## How to Contribute
2
3FontTools 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.
4
5The project is run on Github, in the typical free/libre/open-source software way.
6If you are unfamiliar with that, check out [opensource.guide](https://opensource.guide) and [producingoss.com](http://producingoss.com).
7
8We use Github's Issue Tracker to report, discuss and track bugs, map out future improvements, set priorities, and self-assign issues.
9If 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!
10
11If 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.
12
13If you would like to speak to someone directly, you can also email the project lead, Behdad Esfahbod, privately at <[email protected]>
14
15If 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).
16
17(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.)
18
19## Code reviews
20
21All submissions, including submissions by project members, go through a review process using GitHub Pull Requests.
22Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more information on making Pull Requests.
23
24## Code of Conduct
25
26This project has a [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
27