chore: add issue templates (#251)
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
c3098e3c12
commit
6c22cba0a7
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. -->
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -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. -->
|
Loading…
Reference in New Issue
Block a user