-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be7f625
commit 4b2c679
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |