xref: /aosp_15_r20/external/cpuinfo/CONTRIBUTING.md (revision 2b54f0db79fd8303838913b20ff3780cddaa909f)
1*2b54f0dbSXin Li# Contributing to cpuinfo
2*2b54f0dbSXin LiWe want to make contributing to this project as easy and transparent as
3*2b54f0dbSXin Lipossible.
4*2b54f0dbSXin Li
5*2b54f0dbSXin Li## Pull Requests
6*2b54f0dbSXin LiWe actively welcome your pull requests.
7*2b54f0dbSXin Li
8*2b54f0dbSXin Li1. Fork the repo and create your branch from `master`.
9*2b54f0dbSXin Li2. If you've added code that should be tested, add tests.
10*2b54f0dbSXin Li3. If you've changed APIs, update the documentation.
11*2b54f0dbSXin Li4. Ensure the test suite passes.
12*2b54f0dbSXin Li5. Make sure your code lints.
13*2b54f0dbSXin Li6. If you haven't already, complete the Contributor License Agreement ("CLA").
14*2b54f0dbSXin Li
15*2b54f0dbSXin Li## Contributor License Agreement ("CLA")
16*2b54f0dbSXin LiIn order to accept your pull request, we need you to submit a CLA. You only need
17*2b54f0dbSXin Lito do this once to work on any of Facebook's open source projects.
18*2b54f0dbSXin Li
19*2b54f0dbSXin LiComplete your CLA here: <https://code.facebook.com/cla>
20*2b54f0dbSXin Li
21*2b54f0dbSXin Li## Issues
22*2b54f0dbSXin LiWe use GitHub issues to track public bugs. Please ensure your description is
23*2b54f0dbSXin Liclear and has sufficient instructions to be able to reproduce the issue.
24*2b54f0dbSXin Li
25*2b54f0dbSXin LiFacebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
26*2b54f0dbSXin Lidisclosure of security bugs. In those cases, please go through the process
27*2b54f0dbSXin Lioutlined on that page and do not file a public issue.
28*2b54f0dbSXin Li
29*2b54f0dbSXin Li## License
30*2b54f0dbSXin LiBy contributing to cpuinfo, you agree that your contributions will be licensed
31*2b54f0dbSXin Liunder the LICENSE file in the root directory of this source tree.