From 67b761b44576f90e2076f507424df46fa0efeafd Mon Sep 17 00:00:00 2001 From: Mirko Quaglia Date: Sun, 26 Jan 2025 18:44:41 +0100 Subject: [PATCH 1/2] feat: create issues templates --- .github/ISSUE_TEMPLATE/bug-report.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..cbd540b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "\U0001F41B [Bug]" +labels: bug +assignees: gladiuscode + +--- + +**Workflow affected** +Please provide the name of the workflow that isn't working properly. + +**Describe the bug** +Please descrive the bug you are experiencing. + +**Screenshots** +If applicable, add screenshots to help explain your problem. From 889a2dfb03a30b1020f0507ad61a1ae2ed131b34 Mon Sep 17 00:00:00 2001 From: gladiuscode Date: Sun, 26 Jan 2025 18:49:34 +0100 Subject: [PATCH 2/2] feat: create feature-request issues template --- .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..20b6e78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest a new workflow that we could create +title: "⚙️ [Feature]" +labels: enhancement +assignees: gladiuscode + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen.