powerbi-visuals-utils-forma.../CONTRIBUTING.md

27 строки
2.4 KiB
Markdown

# How to contribute
If you would like to contribute to the Power BI visuals FormattingUtils there are many ways you can help.
## Reporting issues
We use [GitHub issues](https://github.com/Microsoft/powerbi-visuals-utils-formattingutils/issues) as an issue tracker for the repository. Firstly, please search in open issues and try to make sure your problem doesn't exist. If there is an issue, add your comments to this issue.
If there are no issues yet, please open a new one.
## Contributing Code
If you would like to contribute an improvement or a fix please take a look at our [Development Workflow](./docs/dev/development-workflow.md)
## Sending a Pull Request
Before submitting a pull request please make sure the following is done:
1. Fork [the repository](https://github.com/Microsoft/powerbi-visuals-utils-formattingutils)
2. Create a branch from the ```master```
3. Ensure that the code style checks are passed ([How to lint the source code](./docs/dev/development-workflow.md#how-to-lint-the-source-code))
4. Ensure that the unit tests are passed ([How to run unit tests locally](./docs/dev/development-workflow.md#how-to-run-unit-tests-locally))
5. Complete the [CLA](#contributor-license-agreement-cla)
### Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
### Contributor License Agreement (CLA)
You will need to complete a Contributor License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission to use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit [https://cla.microsoft.com](https://cla.microsoft.com) to sign digitally. Alternatively, download the agreement ([Microsoft Contribution License Agreement.docx](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=822190)), sign, scan, and email it back to <cla@microsoft.com>. Be sure to include your github user name along with the agreement. Once we have received the signed CLA, we'll review the request.