xref: /aosp_15_r20/external/javapoet/CONTRIBUTING.md (revision 53ff1f6b77a38363a61ff037dc7178de5baa7db4)
1*53ff1f6bSSadaf EbrahimiContributing
2*53ff1f6bSSadaf Ebrahimi============
3*53ff1f6bSSadaf Ebrahimi
4*53ff1f6bSSadaf EbrahimiIf you would like to contribute code you can do so through GitHub by forking
5*53ff1f6bSSadaf Ebrahimithe repository and sending a pull request.
6*53ff1f6bSSadaf Ebrahimi
7*53ff1f6bSSadaf EbrahimiWhen submitting code, please make every effort to follow existing conventions
8*53ff1f6bSSadaf Ebrahimiand style in order to keep the code as readable as possible. Please also make
9*53ff1f6bSSadaf Ebrahimisure your code compiles by running `mvn clean verify`. Checkstyle failures
10*53ff1f6bSSadaf Ebrahimiduring compilation indicate errors in your style and can be viewed in the
11*53ff1f6bSSadaf Ebrahimi`checkstyle-result.xml` file.
12*53ff1f6bSSadaf Ebrahimi
13*53ff1f6bSSadaf EbrahimiBefore your code can be accepted into the project you must also sign the
14*53ff1f6bSSadaf Ebrahimi[Individual Contributor License Agreement (CLA)][1].
15*53ff1f6bSSadaf Ebrahimi
16*53ff1f6bSSadaf Ebrahimi
17*53ff1f6bSSadaf Ebrahimi [1]: https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1
18