Thank you for your interest in contributing to Awesome ADBC!
All contributors are expected to follow the Code of Conduct.
-
Fork the repository: https://github.com/columnar-tech/awesome-adbc/fork.
-
Clone the forked repository:
git clone https://github.com/<your-username>/awesome-adbc.git cd awesome-adbc
-
Make an addition, change, or fix.
-
Run linting and formatting:
rumdl check --fix . rumdl fmt .
-
Commit your changes with a Conventional Commits-style message.
-
Push your changes and open a pull request.