1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# Contributing to the Checker Framework
Thank you for contributing to the Checker Framework! This project is a
community effort of [more than 90
developers](https://checkerframework.org/manual/#credits), plus countless
more people who have contributed bug reports and feature suggestions. We
couldn't do it without your help.
## Reporting bugs
Please see the [bug
reporting](https://checkerframework.org/manual/#reporting-bugs) section of
the Checker Framework manual.
If the documentation is incorrect, incomplete, or confusing, that is a
bug, and we want to fix it. Please report it.
## Submitting changes
Please see the [pull requests](https://rawgit.com/typetools/checker-framework/master/docs/developer/developer-manual.html#pull-requests) section of the Developer Manual.
Do you want to contribute to the project, but you are not sure what issue
to fix or what feature to add? Use the tool in your daily work, and when
you encounter a limitation that bothers you, fix that one.
## License
By contributing, you agree that your contributions will be licensed under the existing [license](LICENSE.txt), usually GPL2 or MIT License.
## Code of conduct
In interactions with other people, please abide by the [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct).
|