From beb8793bd32f7d553deba7808ea00a8f09dff02f Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:17:46 +0500 Subject: [PATCH 1/5] 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/5] 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/5] 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/5] 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 From 809a6006c2fe723340b4bd7e07a3667e429cb258 Mon Sep 17 00:00:00 2001 From: dmitriivqa39 Date: Thu, 19 Mar 2026 12:35:59 +0500 Subject: [PATCH 5/5] github guidelines --- .github/ISSUE_TEMPLATE/{01-bug-report.yaml => 01-bug-report.yml} | 1 - .github/ISSUE_TEMPLATE/config.yaml | 1 - .github/ISSUE_TEMPLATE/config.yml | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{01-bug-report.yaml => 01-bug-report.yml} (94%) delete mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/01-bug-report.yaml rename to .github/ISSUE_TEMPLATE/01-bug-report.yml index 7a846080..ac261fb5 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -11,7 +11,6 @@ body: attributes: label: Issue Details description: Please provide a set of steps to reproduce the issue. - placeholder: value: | Steps to reproduce: 1. diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index a49eab2f..00000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8da9b001 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true