docs: request sample files in issue templates (#6770)

## Summary
- add sample/example file prompts to the bug report and feature request
issue forms
- remind reporters to remove sensitive information before attaching
files

Closes #4480

## Checks
- `git diff --check`
- parsed both updated issue template YAML files with PyYAML and verified
the `sample-files` field is present

Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
This commit is contained in:
Nathan
2026-08-12 15:54:49 +00:00
committed by GitHub
co-authored by Anthony Stirling
parent bb9087f3f9
commit 9cfd24cf08
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -98,6 +98,13 @@ body:
description: | description: |
If you have any additional information that might help us understand and resolve the issue, provide it here. 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 - type: markdown
attributes: attributes:
value: | value: |
+7
View File
@@ -67,6 +67,13 @@ body:
description: | description: |
If you have any additional information, comments, or resources you think would support or be relevant to your feature request, include them here. 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 - type: checkboxes
id: search-confirmation id: search-confirmation
attributes: attributes: