Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 4.05 KB

CONTRIBUTING.md

File metadata and controls

60 lines (37 loc) · 4.05 KB

👥 Contributing Guide

This project welcomes feedback and suggestions only via GitHub Issues. Pull Request (PR) contributions will NOT be accepted at this time. In the future, PRs may be accepted, in which case you will be require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

🔄️ Contribution process (Microsoft FTE only)

To contribute, please follow these steps:

  1. Fork/clone the project repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make sure the README.md and any other relevant documentation are kept up-to-date.
  4. Make your changes and commit them with descriptive commit messages; check Conventional Commits as a suggestion.
  5. Push to your forked repository or branch.
  6. Create a new Pull Request from your fork/branch to this project.
  7. Please ensure that your pull request includes a detailed description of your changes and that your code adheres to the code style guidelines outlined below.

✍️ Types of Contributions

We welcome feedback and suggestions only via GitHub Issues. Pull Request (PR) contributions will NOT be accepted at this time - it may change in the future.

Resources

Creating a new resource can allow terraform to manage new infrastructure/services not currently provided by the provider.

Data Sources

Creating a new data source can allow terraform to reference data about infrastructure and services.

Examples

Examples of real-world use cases are encouraged. Please contribute those types of examples to the Fabric Terraform QuickStarts repo.

☑️ Pull Request Checklist

PRs for new resources or data sources are expected to meeting the following criteria:

🔰 Code of Conduct

All contributors are expected to adhere to the project name code of conduct. Therefore, please review it before contributing Code of Conduct.

📄 License

By contributing to this project, you agree that your contributions will be licensed under the project license.


Thank you for contributing!