Skip to content

Commit

Permalink
chore: add issue templates (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Nov 5, 2024
1 parent c3098e3 commit 6c22cba
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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. -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for enhancing Docling
title: ''
labels: enhancement
assignees: ''

---

### Requested feature
<!-- Describe the feature you have in mind and the user need it addresses. -->
...

### Alternatives
<!-- Describe any alternatives you have considered. -->
...

<!-- ⚠️ ATTENTION: When sharing screenshots, attachments, or other data make sure not to include any sensitive information. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Ask a question
title: ''
labels: question
assignees: ''

---

### Question
<!-- Describe what you would like to achieve and which part you need help with. -->
...

<!-- ⚠️ ATTENTION: When sharing screenshots, attachments, or other data make sure not to include any sensitive information. -->

0 comments on commit 6c22cba

Please sign in to comment.