xref: /aosp_15_r20/external/okio/CONTRIBUTING.md (revision f9742813c14b702d71392179818a9e591da8620c)
1*f9742813SAndroid Build Coastguard WorkerContributing
2*f9742813SAndroid Build Coastguard Worker============
3*f9742813SAndroid Build Coastguard Worker
4*f9742813SAndroid Build Coastguard WorkerKeeping the project small and stable limits our ability to accept new contributors. We are not
5*f9742813SAndroid Build Coastguard Workerseeking new committers at this time, but some small contributions are welcome.
6*f9742813SAndroid Build Coastguard Worker
7*f9742813SAndroid Build Coastguard WorkerIf you've found a security problem, please follow our [bug bounty][security] program.
8*f9742813SAndroid Build Coastguard Worker
9*f9742813SAndroid Build Coastguard WorkerIf you've found a bug, please contribute a failing test case so we can study and fix it.
10*f9742813SAndroid Build Coastguard Worker
11*f9742813SAndroid Build Coastguard WorkerBefore code can be accepted all contributors must complete our
12*f9742813SAndroid Build Coastguard Worker[Individual Contributor License Agreement (CLA)][cla].
13*f9742813SAndroid Build Coastguard Worker
14*f9742813SAndroid Build Coastguard Worker
15*f9742813SAndroid Build Coastguard WorkerCode Contributions
16*f9742813SAndroid Build Coastguard Worker------------------
17*f9742813SAndroid Build Coastguard Worker
18*f9742813SAndroid Build Coastguard WorkerGet working code on a personal branch with tests passing before you submit a PR:
19*f9742813SAndroid Build Coastguard Worker
20*f9742813SAndroid Build Coastguard Worker```
21*f9742813SAndroid Build Coastguard Worker./gradlew clean check
22*f9742813SAndroid Build Coastguard Worker```
23*f9742813SAndroid Build Coastguard Worker
24*f9742813SAndroid Build Coastguard WorkerPlease make every effort to follow existing conventions and style in order to keep the code as
25*f9742813SAndroid Build Coastguard Workerreadable as possible.
26*f9742813SAndroid Build Coastguard Worker
27*f9742813SAndroid Build Coastguard WorkerContribute code changes through GitHub by forking the repository and sending a pull request. We
28*f9742813SAndroid Build Coastguard Workersquash all pull requests on merge.
29*f9742813SAndroid Build Coastguard Worker
30*f9742813SAndroid Build Coastguard Worker
31*f9742813SAndroid Build Coastguard WorkerCommitter's Guides
32*f9742813SAndroid Build Coastguard Worker------------------
33*f9742813SAndroid Build Coastguard Worker
34*f9742813SAndroid Build Coastguard Worker * [Releasing][releasing]
35*f9742813SAndroid Build Coastguard Worker
36*f9742813SAndroid Build Coastguard Worker [cla]: https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1
37*f9742813SAndroid Build Coastguard Worker [releasing]: http://square.github.io/okio/releasing/
38*f9742813SAndroid Build Coastguard Worker [security]: http://square.github.io/okio/security/
39