mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 05:08:14 +00:00
chore: add issue templates (#251)
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report an issue to help improve Docling
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Bug
|
||||
<!-- Describe the buggy behavior you have observed. -->
|
||||
...
|
||||
|
||||
### Steps to reproduce
|
||||
<!-- Describe the sequence of steps for reproducing the bug. -->
|
||||
...
|
||||
|
||||
### Docling version
|
||||
<!-- Copy the output of `docling --version`. -->
|
||||
...
|
||||
|
||||
### Python version
|
||||
<!-- Copy the output of `python --version`. -->
|
||||
...
|
||||
|
||||
<!-- ⚠️ ATTENTION: When sharing screenshots, attachments, or other data make sure not to include any sensitive information. -->
|
||||
Reference in New Issue
Block a user