Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 878 Bytes

File metadata and controls

34 lines (21 loc) · 878 Bytes

Contributing

Thank you for your interest in contributing to Awesome ADBC!

All contributors are expected to follow the Code of Conduct.

Prerequisites

  • Git version control system
  • rumdl Markdown linter and formatter

Workflow

  1. Fork the repository: https://github.com/columnar-tech/awesome-adbc/fork.

  2. Clone the forked repository:

    git clone https://github.com/<your-username>/awesome-adbc.git
    cd awesome-adbc
  3. Make an addition, change, or fix.

  4. Run linting and formatting:

    rumdl check --fix .
    rumdl fmt .
  5. Commit your changes with a Conventional Commits-style message.

  6. Push your changes and open a pull request.