Hey folks! I saw that the <https://docs.airbyte.co...
# help-connector-development
c
Hey folks! I saw that the github conector does not support the Contributors endpoint , is it on your roadmap? If not how can I add it?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet about the Contributors endpoint being on the roadmap. However, if you'd like to add it yourself, you can contribute to the GitHub connector by following the steps in the [contributing guide](https://docs.airbyte.com/contributing-to-airbyte). Here's a summary of the steps to contribute code: 1. Fork the [Connector repository](https://github.com/airbytehq/airbyte) or the [Platform repository](https://github.com/airbytehq/airbyte-platform), depending on your contribution. 2. If contributing a new connector, check out the [new connectors guide](https://docs.airbyte.com/contributing-to-airbyte#new-connectors). 3. Open a branch for your work. 4. Write your code and tests. 5. Ensure all tests pass, including acceptance tests for connectors. 6. For connectors, increment the connector's version according to the [Semantic Versioning](https://docs.airbyte.com/contributing-to-airbyte#semantic-versioning-for-connectors) guidelines. Feel free to ask for help or guidance in the [Airbyte Slack community](https://airbytehq.slack.com) or [Airbyte forum](https://discuss.airbyte.io).
m
c
thanks @Marcos Marx (Airbyte), I will open a new issue and i will to contribute as well