Contributing

Contributing to Pipeless 🤝

Thanks for your interest in contributing to Pipeless! Contributions are welcome and encouraged. While we're working on creating detailed contributing guidelines, here are a few general steps to get started:

💡

Please note that for major changes or new features, it's a good idea to discuss them in a GitHub discussion (opens in a new tab) first so we can coordinate efforts.

  1. Fork the repository (opens in a new tab).

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes and commit them:

    git add .
    git commit -m 'Add new feature'
  4. Push your changes to your fork:

    git push origin feature-branch
  5. Open a GitHub pull request describing your changes.

We appreciate your help in making this project better!