From 4b2c679a966a7c9a77a0f08c6711b25bd0237416 Mon Sep 17 00:00:00 2001 From: LucasSovre Date: Tue, 14 Jan 2025 13:17:11 -0500 Subject: [PATCH] add template --- .github/ISSUE_TEMPLATE/FILE_READING.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/FILE_READING.yml diff --git a/.github/ISSUE_TEMPLATE/FILE_READING.yml b/.github/ISSUE_TEMPLATE/FILE_READING.yml new file mode 100644 index 0000000..35cd8d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FILE_READING.yml @@ -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 \ No newline at end of file