Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 913 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 913 Bytes

Contributing to the Terraform provider for Segment

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.

  1. Fork the repository to your own GitHub account
  2. Clone the repository to your local machine
 git clone https://github.com/YOUR_USERNAME/terraform-provider-segment.git
  1. Create a new branch for your work:
git checkout -b my-feature-branch
  1. Make your changes
  2. Run tests and linters:
make test lint
  1. Commit your changes
  2. Push your changes to your fork

Thank you for contributing!