From beb8793bd32f7d553deba7808ea00a8f09dff02f Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:17:46 +0500 Subject: [PATCH 1/2] issue templates added --- .github/ISSUE_TEMPLATE/01-bug-report.yaml | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 1 + 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01-bug-report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml new file mode 100644 index 00000000..5f38a58d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -0,0 +1,39 @@ +name: 🐞 Bug report +description: Report a bug or unexpected behavior. +labels: "Bug" +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this form! + + - type: textarea + id: what-happened + attributes: + label: Issue Details + description: Please provide a set of steps to reproduce the issue. + placeholder: + value: | + Steps to reproduce: + 1. + 2. + 3. + validations: + required: true + + - type: textarea + id: screens + attributes: + label: Screenshots + description: | + If applicable add screenshots explaining your problem. + You can drag and drop images or paste them from clipboard. + Use `
` tag to hide screenshots under the spoiler. + placeholder: If applicable add screenshots explaining your problem. + value: | +
Screenshot 1 + + + +
+ validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..bdf23939 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +'blank_issues_enabled': true \ No newline at end of file From dc7ec7a42ba8fc861b1b2623cf27baf8db23b208 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Thu, 19 Mar 2026 12:22:13 +0500 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/config.yaml Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index bdf23939..a49eab2f 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1 +1 @@ -'blank_issues_enabled': true \ No newline at end of file +blank_issues_enabled: true \ No newline at end of file