Skip to content

Commit

Permalink
add template
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSovre committed Jan 14, 2025
1 parent be7f625 commit 4b2c679
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/FILE_READING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Error on reading file
description: Report an issue with the file parsing.
labels: bug
body:
- type: input
attributes:
label: Which browser do you use?
description: Specify the browser you were using (e.g., Chrome, Firefox, Safari).
placeholder: e.g., Chrome 118.0
validations:
required: true
- type: input
attributes:
label: What OS do you use?
description: Specify your operating system (e.g., Windows 11, macOS 14, Ubuntu 22.04).
placeholder: e.g., Ubuntu 22.04
validations:
required: true
- type: textarea
id: file
attributes:
label: file content
description: ""
validations:
required: true

0 comments on commit 4b2c679

Please sign in to comment.