Thank you for your interest in contributing to this project! We welcome contributions from anyone, and your help is greatly appreciated.
Before you begin, please check the existing issues and pull requests to see if there are no other collaborators already working on the change you'd like to make.
- Fork the repository to your own GitHub account
- Clone the repository to your local machine
git clone https://github.com/YOUR_USERNAME/terraform-provider-segment.git
- Create a new branch for your work:
git checkout -b my-feature-branch
- Make your changes
- Run tests and linters:
make test lint
- Commit your changes
- Push your changes to your fork
Thank you for contributing!