From 2443618424639023e40a28078c771a7a081a6e25 Mon Sep 17 00:00:00 2001 From: Rukmini Date: Wed, 21 Jan 2026 12:54:15 -0800 Subject: [PATCH 1/2] feat: Adding blank issue form template --- .github/ISSUE_TEMPLATE/blank_issue.yml | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank_issue.yml diff --git a/.github/ISSUE_TEMPLATE/blank_issue.yml b/.github/ISSUE_TEMPLATE/blank_issue.yml new file mode 100644 index 0000000..233d10b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.yml @@ -0,0 +1,28 @@ +name: Blank Issue +description: Create a new issue from scratch. +title: "[ISSUE]: " +labels: ["generic"] +body: + - type: markdown + attributes: + value: | + ### Thanks for opening an issue! + Please provide details below to help the maintainers understand your request. + - type: textarea + id: description + attributes: + label: Issue Description + description: Provide a clear and concise description of what the issue is. + placeholder: Type your description here... + validations: + required: true + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any other context, screenshots, or logs. You can also drag and drop screenshots/files directly into this box. + placeholder: | + - Screenshots: [Drag & Drop here] + - Logs: [Paste here] + validations: + required: false \ No newline at end of file From 3ea56a4107ce89653d15e2bd1a8720fbca137bad Mon Sep 17 00:00:00 2001 From: rsiyer-intel Date: Thu, 22 Jan 2026 16:13:40 -0800 Subject: [PATCH 2/2] Update blank_issue.yml --- .github/ISSUE_TEMPLATE/blank_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/blank_issue.yml b/.github/ISSUE_TEMPLATE/blank_issue.yml index 233d10b..f11dbfe 100644 --- a/.github/ISSUE_TEMPLATE/blank_issue.yml +++ b/.github/ISSUE_TEMPLATE/blank_issue.yml @@ -1,5 +1,5 @@ name: Blank Issue -description: Create a new issue from scratch. +description: Create a new issue from scratch for optimization-zone. title: "[ISSUE]: " labels: ["generic"] body: @@ -25,4 +25,4 @@ body: - Screenshots: [Drag & Drop here] - Logs: [Paste here] validations: - required: false \ No newline at end of file + required: false