From 9cedb5b4f52b26db5b0034452997726a67347a28 Mon Sep 17 00:00:00 2001 From: MTerwissen Date: Fri, 8 May 2026 14:31:14 +0200 Subject: [PATCH 1/4] DX: update assignees in issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/dx-improvement.yml | 1 - .github/ISSUE_TEMPLATE/feature-request.yml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c766ffc..c310dc3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,7 +5,7 @@ labels: assignees: # cspell: ignore redeboer shenvitor - redeboer - - shenvitor + projects: - ComPWA/5 diff --git a/.github/ISSUE_TEMPLATE/dx-improvement.yml b/.github/ISSUE_TEMPLATE/dx-improvement.yml index 68984d5..d87e411 100644 --- a/.github/ISSUE_TEMPLATE/dx-improvement.yml +++ b/.github/ISSUE_TEMPLATE/dx-improvement.yml @@ -5,7 +5,6 @@ labels: assignees: # cspell: ignore redeboer shenvitor - redeboer - - shenvitor projects: - ComPWA/5 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 15b00f4..6e9c34b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -5,7 +5,6 @@ labels: assignees: # cspell: ignore redeboer shenvitor - redeboer - - shenvitor projects: - ComPWA/5 From 0536149df10dd74eefd760936c9dea9dd3207541 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 8 May 2026 15:51:53 +0200 Subject: [PATCH 2/4] MAINT: remove newline --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c310dc3..66338ad 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,7 +5,6 @@ labels: assignees: # cspell: ignore redeboer shenvitor - redeboer - projects: - ComPWA/5 From 0d4ee86a91b3b319143ae4c0e0afc224d7eb41a3 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 8 May 2026 15:52:27 +0200 Subject: [PATCH 3/4] MAINT: update cSpell ignore --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/dx-improvement.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 66338ad..2fdc229 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,7 +3,7 @@ description: File a bug report labels: - 🐛 Bug assignees: - # cspell: ignore redeboer shenvitor + # cspell: ignore redeboer - redeboer projects: - ComPWA/5 diff --git a/.github/ISSUE_TEMPLATE/dx-improvement.yml b/.github/ISSUE_TEMPLATE/dx-improvement.yml index d87e411..ba19c05 100644 --- a/.github/ISSUE_TEMPLATE/dx-improvement.yml +++ b/.github/ISSUE_TEMPLATE/dx-improvement.yml @@ -3,7 +3,7 @@ description: Suggest an improvement to the Developer Experience labels: - 🖱️ DX assignees: - # cspell: ignore redeboer shenvitor + # cspell: ignore redeboer - redeboer projects: - ComPWA/5 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6e9c34b..0527171 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,7 +3,7 @@ description: Suggest an idea for this project labels: - ✨ Feature assignees: - # cspell: ignore redeboer shenvitor + # cspell: ignore redeboer - redeboer projects: - ComPWA/5 From 4a42d8f135719aef742ad4d8a928b50ffc325bea Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 11 May 2026 09:27:16 +0200 Subject: [PATCH 4/4] Kick CI