Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.2 KB

CONTRIBUTING.md

File metadata and controls

53 lines (36 loc) · 2.2 KB

Contributing to RudderStack

Thanks for taking the time and for your help improving this project!

Getting Help

If you have a question about rudder or have encountered problems using it, start by asking a question on Slack.

Rudder Labs Contributor Agreement

To contribute to this project, we need you to sign to Contributor License Agreement (“CLA”) for the first commit you make. By agreeing to the CLA we can add you to list of approved contributors and review the changes proposed by you.

Installing and Setting Up rudder-transformer

See the project's README for further information about working in this repository.

Submitting a Pull Request

Do you have an improvement?

  1. Submit an issue describing your proposed change.
  2. We will try to respond to your issue promptly.
  3. Fork this repo, develop and test your code changes. See the project's README for further information about working in this repository.
  4. Submit a pull request against this repo's main branch.
    • Include instructions on how to test your changes.
  5. Your branch may be merged once all configured checks pass, including:
    • A review from appropriate maintainers

Are you developing a new Integration with us?

  1. Fork this repo, develop and test your code changes. See the project's README for further information about working in this repository.
  2. Submit a pull request against this repo's main branch.
    • Include instructions on how to test your changes.
  3. Your branch may be merged once all configured checks pass, including:
    • A review from appropriate maintainers

Committing

We prefer squash or rebase commits so that all changes from a branch are committed to main branch as a single commit. All pull requests are squashed when merged, but rebasing prior to merge gives you better control over the commit message.

We look forward to your feedback on improving this project.