Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 358 Bytes

File metadata and controls

13 lines (10 loc) · 358 Bytes

Contributing Guide

Thank you for your interest in contributing to the Document Intelligence Platform.

Getting Started

  • Fork the repo and clone it locally.
  • Create a new branch: git checkout -b feature-branch-name.
  • Make your changes.
  • Submit a pull request.

Code Style

  • Follow PEP8 for Python.
  • Use TypeScript conventions on the frontend.