diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 4a513956d3..fcd0f05613 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -98,6 +98,13 @@ body: description: | If you have any additional information that might help us understand and resolve the issue, provide it here. + - type: textarea + id: sample-files + attributes: + label: Sample Files + description: | + If possible, attach the PDF or other input files needed to reproduce the issue. Remove any sensitive information before sharing. + - type: markdown attributes: value: | diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 810f3fcd8c..0463ff7342 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -67,6 +67,13 @@ body: description: | If you have any additional information, comments, or resources you think would support or be relevant to your feature request, include them here. + - type: textarea + id: sample-files + attributes: + label: Example Files + description: | + If the feature request depends on specific PDFs or other example files, attach them here when available. Remove any sensitive information before sharing. + - type: checkboxes id: search-confirmation attributes: