mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
<!-- To ensure we can review your pull request promptly please complete this template entirely. -->
|
|
|
|
<!-- Please reference the issue number here. You can replace "Fixes" with "Closes" if it makes more sense. -->
|
|
Fixes #
|
|
|
|
Changes proposed in this pull request:
|
|
<!-- Please list all changes/additions here. -->
|
|
-
|
|
|
|
## Before submitting
|
|
|
|
<!-- Please complete this checklist BEFORE submitting your PR to speed along the review process. -->
|
|
- [ ] I've read and followed all steps in the [Making a pull request](https://github.com/allenai/python-package-template/blob/main/.github/CONTRIBUTING.md#making-a-pull-request)
|
|
section of the `CONTRIBUTING` docs.
|
|
- [ ] I've updated or added any relevant docstrings following the syntax described in the
|
|
[Writing docstrings](https://github.com/allenai/python-package-template/blob/main/.github/CONTRIBUTING.md#writing-docstrings) section of the `CONTRIBUTING` docs.
|
|
- [ ] If this PR fixes a bug, I've added a test that will fail without my fix.
|
|
- [ ] If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.
|