From 5a0f6cd192c298d16b330b3eb2e46e325f351a04 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Sat, 21 Oct 2023 12:34:35 -0700 Subject: [PATCH] feature-4[Add issue template bug] --- .github/ISSUE-TEMPLATE/bug.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE-TEMPLATE/bug.yml diff --git a/.github/ISSUE-TEMPLATE/bug.yml b/.github/ISSUE-TEMPLATE/bug.yml new file mode 100644 index 0000000..f3ecfaf --- /dev/null +++ b/.github/ISSUE-TEMPLATE/bug.yml @@ -0,0 +1,27 @@ +--- +name: "🐛 Bug" +description: "Report an issue to help improve the project." +labels: ["🛠 goal: fix"] +body: + - type: textarea + id: bug-description + attributes: + label: Issue Description + description: Please provide a detailed description of the issue. Include steps to reproduce the issue and expected vs. actual results. + validations: + required: true + - type: textarea + id: bug-screenshots + attributes: + label: Screenshots + description: If applicable, please provide screenshots highlighting the issue. + validations: + required: false + - type: textarea + id: bug-extrainfo + attributes: + label: Additional Information + description: Please provide any additional information about the issue (e.g. logs, environment info) + validations: + required: false +--- \ No newline at end of file