Hi friends, I’m looking to contribute to a source connector, would be my first time, is there any good documentation or is there anyone here who could help me undersatnd how I might do something like this? For some context, I’m looking to add more streams to the Auth0 connector
Hi! It's great to hear that you want to contribute to a source connector. To get started, follow these steps: 1. First, check if there is an existing [GitHub issue](https://docs.airbyte.com/contributing-to-airbyte/#1-open-an-issue-or-find-a-similar-one) for the proposed changes. If there is no existing issue, create a new one and assign it to yourself. 2. Fork the [Connector repository](https://github.com/airbytehq/airbyte) and open a branch for your work. 3. Since you're looking to add more streams to the Auth0 connector, you can find the existing implementation [here](https://docs.airbyte.com/integrations/sources/auth0). 4. Make your changes to the connector, and please write tests. 5. Ensure all tests pass, including acceptance tests. 6. Increment the connector's version according to the [Semantic Versioning](https://docs.airbyte.com/contributing-to-airbyte#semantic-versioning-for-connectors) guidelines. 7. Create a pull request, and one of Airbyte's engineers will work with you to get your changes merged into the master branch. For more detailed information on contributing to Airbyte, you can refer to the [contributing guide](https://docs.airbyte.com/contributing-to-airbyte). Good luck, and feel free to reach out if you need any assistance!