hi! i'm getting ready to send a PR for a new conne...
# replication-troubleshooting
l
hi! i'm getting ready to send a PR for a new connector, and the checklist says
Copy code
- [ ] Connector's `bootstrap.md`. See [description and examples](<https://docs.google.com/document/d/1ypdgmwmEHWv-TrO4_YOQ7pAJGVrMp5BOkEVh831N260/edit?usp=sharing>)
that linked google doc has been deleted, and I don't see anything about bootstrap.md in the docs https://docs.airbyte.com/connector-development/ . I can probably pattern match on examples in the codebase, but it would be nice to know what this is for.
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2999 to ensure timely resolution!
h
Sure thanks a lot for the check. Kindly create a PR and someone from the team can look into it
l
Sorry I don't think I asked the right question. I would like to know what a bootstrap.md is. (It appears to describe the APIs used by the connector, but is it for connector users or maintainers or who? What's the scenario where people will read it?) The google docs link doesn't appear to work, and bootstrap.md isn't mentioned anywhere else I can find.
u
Hey yeah we use BOOTSTRAP.md to have the directions and description about the connector. You can refer to source-google-ads BOOTSTRAP.md. I hope that helps