singularity7/Muggier
0
1# Contributing to AudioCraft2 3We want to make contributing to this project as easy and transparent as4possible.5 6## Pull Requests7 8AudioCraft is the implementation of a research paper.9Therefore, we do not plan on accepting many pull requests for new features.10We certainly welcome them for bug fixes.11 121. Fork the repo and create your branch from `main`.132. If you've added code that should be tested, add tests.143. If you've changed APIs, update the documentation.154. Ensure the test suite passes.165. Make sure your code lints.176. If you haven't already, complete the Contributor License Agreement ("CLA").18 19## Contributor License Agreement ("CLA")20In order to accept your pull request, we need you to submit a CLA. You only need21to do this once to work on any of Meta's open source projects.22 23Complete your CLA here: <https://code.facebook.com/cla>24 25## Issues26We use GitHub issues to track public bugs. Please ensure your description is27clear and has sufficient instructions to be able to reproduce the issue.28 29Meta has a [bounty program](https://www.facebook.com/whitehat/) for the safe30disclosure of security bugs. In those cases, please go through the process31outlined on that page and do not file a public issue.32 33## License34By contributing to encodec, you agree that your contributions will be licensed35under the LICENSE file in the root directory of this source tree.36 