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.
-
Fork the repository (opens in a new tab).
-
Create a new branch:
git checkout -b feature-branch
-
Make your changes and commit them:
git add . git commit -m 'Add new feature'
-
Push your changes to your fork:
git push origin feature-branch
-
Open a GitHub pull request describing your changes.
We appreciate your help in making this project better!