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