jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.57k stars 659 forks source link

Add first draft of CONTRIBUTING.md #428

Closed jsvine closed 3 years ago

jsvine commented 3 years ago

Per suggestions in https://github.com/jsvine/pdfplumber/issues/387.

codecov[bot] commented 3 years ago

Codecov Report

Merging #428 (9ffe646) into develop (1328a00) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 9ffe646 differs from pull request most recent head e98180e. Consider uploading reports for the commit e98180e to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #428   +/-   ##
========================================
  Coverage    98.28%   98.28%           
========================================
  Files           10       10           
  Lines         1227     1227           
========================================
  Hits          1206     1206           
  Misses          21       21           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1328a00...e98180e. Read the comment docs.

jsvine commented 3 years ago

Thanks!