From daba362ce99e465e0d37dc63d027af36a4a220a6 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 18:50:19 +0100 Subject: [PATCH 1/8] chore: improved templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- .../ISSUE_TEMPLATE/pull_request_template.md | 20 ++++++++++++------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5013c928..23c5271c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,8 @@ --- name: Bug report about: Report a bug in IdentityLifecycleEngine (IdLE) -title: "[Bug] " labels: bug -assignees: "" +assignees: "blindzero" --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6ff504a8..9afd394f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an enhancement or new feature for IdLE -title: "[Feature] " -labels: enhancement -assignees: "" +title: "" +labels: enhancement, new +assignees: "blindzero" --- ## Problem Statement diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index c598ea6a..af279bc5 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -1,4 +1,4 @@ -## Summary +# Summary Provide a short summary of the changes. @@ -6,12 +6,6 @@ Provide a short summary of the changes. Why is this change needed? What problem does it solve? -## Changes - -- -- -- - ## Type of Change Please select the relevant option: @@ -22,6 +16,12 @@ Please select the relevant option: - [ ] Documentation update - [ ] Refactoring / internal improvement +## Changes + +- +- +- + ## Testing Describe how this change was tested. @@ -30,6 +30,10 @@ Describe how this change was tested. - [ ] Contract tests - [ ] Manual testing +### How to test & review + +If helpful, provide additional information how to test. + ## Checklist - [ ] Code follows STYLEGUIDE.md @@ -41,3 +45,5 @@ Describe how this change was tested. ## Related Issues Link related issues here (if any). + +Closes #... From 8bbb39ff72df3321b9e02d3c55fff694049d6fb7 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 18:50:19 +0100 Subject: [PATCH 2/8] chore: improved templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- .../ISSUE_TEMPLATE/pull_request_template.md | 20 ++++++++++++------- .github/workflows/issue-auto-assign.yml | 6 ++---- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5013c928..23c5271c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,8 @@ --- name: Bug report about: Report a bug in IdentityLifecycleEngine (IdLE) -title: "[Bug] " labels: bug -assignees: "" +assignees: "blindzero" --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6ff504a8..9afd394f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an enhancement or new feature for IdLE -title: "[Feature] " -labels: enhancement -assignees: "" +title: "" +labels: enhancement, new +assignees: "blindzero" --- ## Problem Statement diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index c598ea6a..af279bc5 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -1,4 +1,4 @@ -## Summary +# Summary Provide a short summary of the changes. @@ -6,12 +6,6 @@ Provide a short summary of the changes. Why is this change needed? What problem does it solve? -## Changes - -- -- -- - ## Type of Change Please select the relevant option: @@ -22,6 +16,12 @@ Please select the relevant option: - [ ] Documentation update - [ ] Refactoring / internal improvement +## Changes + +- +- +- + ## Testing Describe how this change was tested. @@ -30,6 +30,10 @@ Describe how this change was tested. - [ ] Contract tests - [ ] Manual testing +### How to test & review + +If helpful, provide additional information how to test. + ## Checklist - [ ] Code follows STYLEGUIDE.md @@ -41,3 +45,5 @@ Describe how this change was tested. ## Related Issues Link related issues here (if any). + +Closes #... diff --git a/.github/workflows/issue-auto-assign.yml b/.github/workflows/issue-auto-assign.yml index e95d301b..bb933067 100644 --- a/.github/workflows/issue-auto-assign.yml +++ b/.github/workflows/issue-auto-assign.yml @@ -1,9 +1,7 @@ name: Auto label and assign new issues -on: - issues: - types: [opened] - +on: workflow_dispatch + jobs: label_and_assign: if: github.event.issue.user.login != 'blindzero' From d1e7484dd0c44520def6626d90aa4b6bd5435217 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 18:55:55 +0100 Subject: [PATCH 3/8] chore: fix PR template location --- .../pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_TEMPLATE => PULL_REQUEST_TEMPLATE}/pull_request_template.md (100%) diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/ISSUE_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md From e63072c8f25105b3f3358cfe536cdf7920c4f663 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:00:27 +0100 Subject: [PATCH 4/8] chore: fixed assignment of assignee and labels in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 23c5271c..0ffdf786 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,11 @@ --- name: Bug report about: Report a bug in IdentityLifecycleEngine (IdLE) -labels: bug -assignees: "blindzero" +labels: + - bug + - new +assignees: + - blindzero --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9afd394f..0280a862 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,11 @@ --- name: Feature request about: Suggest an enhancement or new feature for IdLE -title: "" -labels: enhancement, new -assignees: "blindzero" +labels: + - enhancement + - new +assignees: + - blindzero --- ## Problem Statement From bcfc87cf1b7862234f7b5e92400403929be4bc7a Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:00:27 +0100 Subject: [PATCH 5/8] --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++-- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++---- .github/ISSUE_TEMPLATE/other.md | 27 +++++++++++++++++++++++ 4 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 23c5271c..0ffdf786 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,11 @@ --- name: Bug report about: Report a bug in IdentityLifecycleEngine (IdLE) -labels: bug -assignees: "blindzero" +labels: + - bug + - new +assignees: + - blindzero --- ## Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c8958b07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: "IdLE Documentation" + url: "https://blindzero.github.io/IdentityLifecycleEngine/" + about: "Read the official Identity Lifecycle Engine documentation." + - name: "Report a bug" + url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=bug_report.md" + about: "Create a bug report for Identity Lifecycle Engine." + - name: "Report a feature request" + url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=feature_request.md" + about: "Create a feature request for Identity Lifecycle Engine." + - name: "Any other issue" + url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=other.md" + about: "Create an issue for anything else regarding Identity Lifecycle Engine." diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9afd394f..57d723e6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,11 @@ --- name: Feature request about: Suggest an enhancement or new feature for IdLE -title: "" -labels: enhancement, new -assignees: "blindzero" +labels: + - enhancement + - new +assignees: + - blindzero --- ## Problem Statement @@ -25,4 +27,4 @@ Describe any alternative solutions you have considered. ## Additional Context -Add any other context or examples here. +Add any other context or examples here, attac logs, screenshots, or relevant files. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 00000000..8f1dbf3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,27 @@ +--- +name: "General / Other" +about: "For issues that don't fit 'Bug report' or 'Feature request'." +labels: + - new +assignees: + - blindzero +--- + +--- +> ⚠️ Note — Please use the dedicated templates +> +> - Bug report: https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=bug_report.md +> - Feature request: https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=feature_request.md +--- + +# Description + +Provide a brief, concise summary of your request. + +## Attachments + +- Attach logs, screenshots, or relevant files. + +## Additional notes + +Anything else you want to tell... From 53ae501ac39614054a369492f09ac4c7cca3ce59 Mon Sep 17 00:00:00 2001 From: Matthias <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:32:50 +0100 Subject: [PATCH 6/8] fix yml linting Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/issue-auto-assign.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-auto-assign.yml b/.github/workflows/issue-auto-assign.yml index bb933067..6a49bb04 100644 --- a/.github/workflows/issue-auto-assign.yml +++ b/.github/workflows/issue-auto-assign.yml @@ -1,7 +1,6 @@ name: Auto label and assign new issues on: workflow_dispatch - jobs: label_and_assign: if: github.event.issue.user.login != 'blindzero' From 45ea49725e8b5d3109b58f062618a8266bd9a911 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:34:32 +0100 Subject: [PATCH 7/8] re-adding empty title as review result --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/other.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0ffdf786..edcc5922 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Report a bug in IdentityLifecycleEngine (IdLE) +title: "" labels: - bug - new diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 57d723e6..04b2b48a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an enhancement or new feature for IdLE +title: "" labels: - enhancement - new diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 8f1dbf3d..41589346 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,6 +1,7 @@ --- name: "General / Other" about: "For issues that don't fit 'Bug report' or 'Feature request'." +title: "" labels: - new assignees: From 8c5f13954dd3f53d1cab0f8391aa1daccca23db3 Mon Sep 17 00:00:00 2001 From: Matthias <13959569+blindzero@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:36:05 +0100 Subject: [PATCH 8/8] fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 04b2b48a..84c07b8a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -28,4 +28,4 @@ Describe any alternative solutions you have considered. ## Additional Context -Add any other context or examples here, attac logs, screenshots, or relevant files. +Add any other context or examples here, attach logs, screenshots, or relevant files.