We want to make contributing to this project as easy and transparent as possible.
We require 100% test coverage. All exported functions must include -spec(). specification.
We actively welcome your pull requests.
- Fork the repo and create your branch from
master
. - Ensure that tests suite run with
rebar3 ct
passes and cover 100% source code. Userebar3 cover
and examine coverage. - If you've changed APIs, update the documentation. Use
rebar3 edoc
to auto-generate documentation from source code. - Make sure your code compiles with no warnings.
- Ensure Dialyzer does not report any problems.
- If you haven't already, complete the Contributor License Agreement ("CLA").
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
Complete your CLA here: https://code.facebook.com/cla
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
Facebook has a bounty program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue.
- Use 4 spaces for indentation
- Avoid lines longer that 100 characters
- Do not commit commented-out code or files that are no longer needed
By contributing to power_shell, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.