From beb8793bd32f7d553deba7808ea00a8f09dff02f Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:17:46 +0500 Subject: [PATCH 1/4] 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/4] 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 From cc09e2326f06aa8a85a3d768745757dfbbc8654f Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:24:04 +0500 Subject: [PATCH 3/4] fix --- .github/ISSUE_TEMPLATE/01-bug-report.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml index 5f38a58d..596dd879 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -28,7 +28,6 @@ body: 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 @@ -36,4 +35,4 @@ body:
validations: - required: false \ No newline at end of file + required: false \ No newline at end of file From 9a9c59038296b2b913240e305325b27e1e0d8bee Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:25:45 +0500 Subject: [PATCH 4/4] fix --- .github/ISSUE_TEMPLATE/01-bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml index 596dd879..7a846080 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -35,4 +35,4 @@ body: validations: - required: false \ No newline at end of file + required: false